Shades of Electric Lime #CDFB02
Tints of Electric Lime #CDFB02
RGB
CMYK
RGB Variations
Color information
#CDFB02 (or 0xCDFB02) is known color: Electric Lime. HEX triplet: CD, FB and 02. RGB value is (205,251,2). Sum of RGB (Red+Green+Blue) = 205+251+2=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFB02 is #3204FD. Grayscale: #D1D1D1. Windows color (decimal): -3278078 or 195533. OLE color: 195533.
HSL color Cylindrical-coordinate representation of color #CDFB02: hue angle of 71.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDFB02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.02 |
| HSL | 71.08º | 0.98% | 0.5% | - |
| HSV(B) | 71.08º | 0.99% | 0.98% | - |
| XYZ | 59.68 | 81.98 | 12.74 | - |
| YUV | 208.86 | 11.26 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 2 | 0.18 | 0 | 0.99 | 0.02 | 71.08 | 0.98 | 0.5 |
| Hex | CD | FB | 2 | 12 | 0 | 63 | 2 | 47 | 62 | 32 |
| Octal | 315 | 373 | 2 | 22 | 0 | 143 | 2 | 107 | 142 | 62 |
| Binary | 11001101 | 11111011 | 10 | 10010 | 0 | 1100011 | 10 | 1000111 | 1100010 | 110010 |
Color Harmonies of #CDFB02
Complementary color
Monochromatic Colors of #CDFB02
Black with #CDFB02
Text Example
Text Example
White with #CDFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB02; }
p { color: rgb(205,251,2); }
H1.HeaderClassName
{
color: #CDFB02;
}
.AnyTagClassName
{
color: #CDFB02;
}
</style>
background-color css
<style>
a { background-color: #CDFB02; }
a { background-color: rgb(205,251,2); }
div.DivClassName
{
background-color: #CDFB02;
}
.BgClassName
{
background-color: #CDFB02;
}
</style>
border-color css
<style>
span { border-color: #CDFB02; }
span { border-color: rgb(205,251,2); }
td.TdClassName
{
border-color: #CDFB02;
}
.TagClassName
{
border-color: #CDFB02;
}
</style>