Html Css Color HEX #CDF009 Electric Lime

📋 copy color: '#CDF009'

red 205 ◦ green 240 ◦ blue 9

#CDF009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CDF009

Tints of Electric Lime #CDF009

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 value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#CDF009 (or 0xCDF009) is known color: 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

RGB 205 240 9 -
CMYK 0.15 0 0.96 0.06
HSL 69.09º 0.93% 0.49% -
HSV(B) 69.09º 0.96% 0.94% -
XYZ 56.39 75.32 11.82 -
YUV 203.2 18.4 129.28 -
System Red Green Blue C M Y K H S L
Decimal 205 240 9 0.15 0 0.96 0.06 69.09 0.93 0.49
Hex CD F0 9 F 0 60 6 45 5D 31
Octal 315 360 11 17 0 140 6 105 135 61
Binary 11001101 11110000 1001 1111 0 1100000 110 1000101 1011101 110001

Color Harmonies of #CDF009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF009

Black with #CDF009

Text Example


Text Example

White with #CDF009

Text Example


Text Example

HTML Codes & Css Web 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>