#20F235

Color #20F235 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20F235

Tints of Lime Green #20F235

Color information

#20F235 (or 0x20F235) is unknown color: approx Lime Green. HEX triplet: 20, F2 and 35. RGB value is (32,242,53). Sum of RGB (Red+Green+Blue) = 32+242+53=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #20F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F235 is #DF0DCA. Grayscale: #9E9E9E. Windows color (decimal): -14618059 or 3535392. OLE color: 3535392.

HSL color Cylindrical-coordinate representation of color #20F235: hue angle of 126º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F235 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB3224253-
CMYK0.8700.780.05
HSL126º88.98%53.73%-
HSV(B)126º86.78%94.9%-
XYZ32.9964.0714-
YUV157.6668.9338.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 9.79%
GREEN value IS 242 (94.92% from 255) = 74.01%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=9.79%
G=74.01%
B=16.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32242530.8700.780.0512688.9853.73
Hex20F2355704E57e5936
Octal40362651270116517613166
Binary1000001111001011010110101110100111010111111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20F235; }

 p { color: rgb(32,242,53); }

 H1.HeaderClassName
 {
   color: #20F235;
 }
 .AnyTagClassName
 {
   color: #20F235;
 }
</style>
background-color css

<style>
 a { background-color: #20F235; }

 a { background-color: rgb(32,242,53); }

 div.DivClassName
 {
   background-color: #20F235;
 }
 .BgClassName
 {
   background-color: #20F235;
 }
</style>
border-color css

<style>
 span { border-color: #20F235; }

 span { border-color: rgb(32,242,53); }

 td.TdClassName
 {
   border-color: #20F235;
 }
 .TagClassName
 {
   border-color: #20F235;
 }
</style>