Shades of Electric Lime #CDFF08
Tints of Electric Lime #CDFF08
RGB
CMYK
RGB Variations
Color information
#CDFF08 (or 0xCDFF08) is known color: Electric Lime. HEX triplet: CD, FF and 08. RGB value is (205,255,8). Sum of RGB (Red+Green+Blue) = 205+255+8=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 8 (3.52% from 255 or 1.71% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF08 is #3200F7. Grayscale: #D4D4D4. Windows color (decimal): -3277048 or 589773. OLE color: 589773.
HSL color Cylindrical-coordinate representation of color #CDFF08: hue angle of 72.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDFF08 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 8 | - |
| CMYK | 0.20 | 0 | 0.97 | 0 |
| HSL | 72.15º | 1% | 0.52% | - |
| HSV(B) | 72.15º | 0.97% | 1% | - |
| XYZ | 60.98 | 84.52 | 13.33 | - |
| YUV | 211.89 | 12.94 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 8 | 0.20 | 0 | 0.97 | 0 | 72.15 | 1 | 0.52 |
| Hex | CD | FF | 8 | 14 | 0 | 61 | 0 | 48 | 64 | 34 |
| Octal | 315 | 377 | 10 | 24 | 0 | 141 | 0 | 110 | 144 | 64 |
| Binary | 11001101 | 11111111 | 1000 | 10100 | 0 | 1100001 | 0 | 1001000 | 1100100 | 110100 |
Color Harmonies of #CDFF08
Complementary color
Monochromatic Colors of #CDFF08
Black with #CDFF08
Text Example
Text Example
White with #CDFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF08; }
p { color: rgb(205,255,8); }
H1.HeaderClassName
{
color: #CDFF08;
}
.AnyTagClassName
{
color: #CDFF08;
}
</style>
background-color css
<style>
a { background-color: #CDFF08; }
a { background-color: rgb(205,255,8); }
div.DivClassName
{
background-color: #CDFF08;
}
.BgClassName
{
background-color: #CDFF08;
}
</style>
border-color css
<style>
span { border-color: #CDFF08; }
span { border-color: rgb(205,255,8); }
td.TdClassName
{
border-color: #CDFF08;
}
.TagClassName
{
border-color: #CDFF08;
}
</style>