Shades of Electric Lime #CDFF05
Tints of Electric Lime #CDFF05
RGB
CMYK
RGB Variations
Color information
#CDFF05 (or 0xCDFF05) is known color: Electric Lime. HEX triplet: CD, FF and 05. RGB value is (205,255,5). Sum of RGB (Red+Green+Blue) = 205+255+5=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF05 is #3200FA. Grayscale: #D4D4D4. Windows color (decimal): -3277051 or 393165. OLE color: 393165.
HSL color Cylindrical-coordinate representation of color #CDFF05: hue angle of 72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDFF05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0 |
| HSL | 72º | 1% | 0.51% | - |
| HSV(B) | 72º | 0.98% | 1% | - |
| XYZ | 60.96 | 84.51 | 13.24 | - |
| YUV | 211.55 | 11.44 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 5 | 0.20 | 0 | 0.98 | 0 | 72 | 1 | 0.51 |
| Hex | CD | FF | 5 | 14 | 0 | 62 | 0 | 48 | 64 | 33 |
| Octal | 315 | 377 | 5 | 24 | 0 | 142 | 0 | 110 | 144 | 63 |
| Binary | 11001101 | 11111111 | 101 | 10100 | 0 | 1100010 | 0 | 1001000 | 1100100 | 110011 |
Color Harmonies of #CDFF05
Complementary color
Monochromatic Colors of #CDFF05
Black with #CDFF05
Text Example
Text Example
White with #CDFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF05; }
p { color: rgb(205,255,5); }
H1.HeaderClassName
{
color: #CDFF05;
}
.AnyTagClassName
{
color: #CDFF05;
}
</style>
background-color css
<style>
a { background-color: #CDFF05; }
a { background-color: rgb(205,255,5); }
div.DivClassName
{
background-color: #CDFF05;
}
.BgClassName
{
background-color: #CDFF05;
}
</style>
border-color css
<style>
span { border-color: #CDFF05; }
span { border-color: rgb(205,255,5); }
td.TdClassName
{
border-color: #CDFF05;
}
.TagClassName
{
border-color: #CDFF05;
}
</style>