Shades of Electric Lime #CDFF02
Tints of Electric Lime #CDFF02
RGB
CMYK
RGB Variations
Color information
#CDFF02 (or 0xCDFF02) is known color: Electric Lime. HEX triplet: CD, FF and 02. RGB value is (205,255,2). Sum of RGB (Red+Green+Blue) = 205+255+2=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF02 is #3200FD. Grayscale: #D4D4D4. Windows color (decimal): -3277054 or 196557. OLE color: 196557.
HSL color Cylindrical-coordinate representation of color #CDFF02: hue angle of 71.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDFF02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0 |
| HSL | 71.86º | 1% | 0.5% | - |
| HSV(B) | 71.86º | 0.99% | 1% | - |
| XYZ | 60.95 | 84.5 | 13.16 | - |
| YUV | 211.21 | 9.94 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 2 | 0.20 | 0 | 0.99 | 0 | 71.86 | 1 | 0.5 |
| Hex | CD | FF | 2 | 14 | 0 | 63 | 0 | 48 | 64 | 32 |
| Octal | 315 | 377 | 2 | 24 | 0 | 143 | 0 | 110 | 144 | 62 |
| Binary | 11001101 | 11111111 | 10 | 10100 | 0 | 1100011 | 0 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CDFF02
Complementary color
Monochromatic Colors of #CDFF02
Black with #CDFF02
Text Example
Text Example
White with #CDFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF02; }
p { color: rgb(205,255,2); }
H1.HeaderClassName
{
color: #CDFF02;
}
.AnyTagClassName
{
color: #CDFF02;
}
</style>
background-color css
<style>
a { background-color: #CDFF02; }
a { background-color: rgb(205,255,2); }
div.DivClassName
{
background-color: #CDFF02;
}
.BgClassName
{
background-color: #CDFF02;
}
</style>
border-color css
<style>
span { border-color: #CDFF02; }
span { border-color: rgb(205,255,2); }
td.TdClassName
{
border-color: #CDFF02;
}
.TagClassName
{
border-color: #CDFF02;
}
</style>