#CDF209

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

Shades of Electric Lime #CDF209

Tints of Electric Lime #CDF209

Color information

#CDF209 (or 0xCDF209) is unknown color: approx Electric Lime. HEX triplet: CD, F2 and 09. RGB value is (205,242,9). Sum of RGB (Red+Green+Blue) = 205+242+9=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF209 is #320DF6. Grayscale: #CDCDCD. Windows color (decimal): -3280375 or 651981. OLE color: 651981.

HSL color Cylindrical-coordinate representation of color #CDF209: hue angle of 69.53º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDF209 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB2052429-
CMYK0.1500.960.05
HSL69.53º92.83%49.22%-
HSV(B)69.53º96.28%94.9%-
XYZ56.9876.512.02-
YUV204.3817.74128.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 242 (94.92% from 255) = 53.07%
BLUE value IS 9 (3.91% from 255) = 1.97%
R=44.96%
G=53.07%
B=1.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20524290.1500.960.0569.5392.8349.22
HexCDF29F0605465d31
Octal31536211170140510613561
Binary1100110111110010100111110110000010110001101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF209; }

 p { color: rgb(205,242,9); }

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

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

 a { background-color: rgb(205,242,9); }

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

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

 span { border-color: rgb(205,242,9); }

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