#CDF009

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

Shades of Electric Lime #CDF009

Tints of Electric Lime #CDF009

Color information

#CDF009 (or 0xCDF009) is unknown color: approx Electric Lime. HEX triplet: CD, F0 and 09. RGB value is (205,240,9). Sum of RGB (Red+Green+Blue) = 205+240+9=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF009 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF009 is #320FF6. Grayscale: #CCCCCC. Windows color (decimal): -3280887 or 651469. OLE color: 651469.

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

Color convert

RGB2052409-
CMYK0.1500.960.06
HSL69.09º92.77%48.82%-
HSV(B)69.09º96.25%94.12%-
XYZ56.3975.3211.82-
YUV203.218.4129.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 240 (94.14% from 255) = 52.86%
BLUE value IS 9 (3.91% from 255) = 1.98%
R=45.15%
G=52.86%
B=1.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20524090.1500.960.0669.0992.7748.82
HexCDF09F0606455d31
Octal31536011170140610513561
Binary1100110111110000100111110110000011010001011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF009; }

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

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

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

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

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

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

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

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