Shades of Electric Lime #CDFF09
Tints of Electric Lime #CDFF09
RGB
CMYK
RGB Variations
Color information
#CDFF09 (or 0xCDFF09) is known color: Electric Lime. HEX triplet: CD, FF and 09. RGB value is (205,255,9). Sum of RGB (Red+Green+Blue) = 205+255+9=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 9 (3.91% from 255 or 1.92% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF09 is #3200F6. Grayscale: #D4D4D4. Windows color (decimal): -3277047 or 655309. OLE color: 655309.
HSL color Cylindrical-coordinate representation of color #CDFF09: hue angle of 72.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDFF09 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 9 | - |
| CMYK | 0.20 | 0 | 0.96 | 0 |
| HSL | 72.2º | 1% | 0.52% | - |
| HSV(B) | 72.2º | 0.96% | 1% | - |
| XYZ | 60.99 | 84.52 | 13.36 | - |
| YUV | 212.01 | 13.44 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 9 | 0.20 | 0 | 0.96 | 0 | 72.2 | 1 | 0.52 |
| Hex | CD | FF | 9 | 14 | 0 | 60 | 0 | 48 | 64 | 34 |
| Octal | 315 | 377 | 11 | 24 | 0 | 140 | 0 | 110 | 144 | 64 |
| Binary | 11001101 | 11111111 | 1001 | 10100 | 0 | 1100000 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #CDFF09
Complementary color
Monochromatic Colors of #CDFF09
Black with #CDFF09
Text Example
Text Example
White with #CDFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF09; }
p { color: rgb(205,255,9); }
H1.HeaderClassName
{
color: #CDFF09;
}
.AnyTagClassName
{
color: #CDFF09;
}
</style>
background-color css
<style>
a { background-color: #CDFF09; }
a { background-color: rgb(205,255,9); }
div.DivClassName
{
background-color: #CDFF09;
}
.BgClassName
{
background-color: #CDFF09;
}
</style>
border-color css
<style>
span { border-color: #CDFF09; }
span { border-color: rgb(205,255,9); }
td.TdClassName
{
border-color: #CDFF09;
}
.TagClassName
{
border-color: #CDFF09;
}
</style>