Shades of Electric Lime #CDFB16
Tints of Electric Lime #CDFB16
RGB
CMYK
RGB Variations
Color information
#CDFB16 (or 0xCDFB16) is known color: Electric Lime. HEX triplet: CD, FB and 16. RGB value is (205,251,22). Sum of RGB (Red+Green+Blue) = 205+251+22=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 22 (8.98% from 255 or 4.60% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFB16 is #3204E9. Grayscale: #D4D4D4. Windows color (decimal): -3278058 or 1506253. OLE color: 1506253.
HSL color Cylindrical-coordinate representation of color #CDFB16: hue angle of 72.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDFB16 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 22 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.02 |
| HSL | 72.05º | 0.97% | 0.54% | - |
| HSV(B) | 72.05º | 0.91% | 0.98% | - |
| XYZ | 59.82 | 82.03 | 13.44 | - |
| YUV | 211.14 | 21.26 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 22 | 0.18 | 0 | 0.91 | 0.02 | 72.05 | 0.97 | 0.54 |
| Hex | CD | FB | 16 | 12 | 0 | 5B | 2 | 48 | 61 | 36 |
| Octal | 315 | 373 | 26 | 22 | 0 | 133 | 2 | 110 | 141 | 66 |
| Binary | 11001101 | 11111011 | 10110 | 10010 | 0 | 1011011 | 10 | 1001000 | 1100001 | 110110 |
Color Harmonies of #CDFB16
Complementary color
Monochromatic Colors of #CDFB16
Black with #CDFB16
Text Example
Text Example
White with #CDFB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB16; }
p { color: rgb(205,251,22); }
H1.HeaderClassName
{
color: #CDFB16;
}
.AnyTagClassName
{
color: #CDFB16;
}
</style>
background-color css
<style>
a { background-color: #CDFB16; }
a { background-color: rgb(205,251,22); }
div.DivClassName
{
background-color: #CDFB16;
}
.BgClassName
{
background-color: #CDFB16;
}
</style>
border-color css
<style>
span { border-color: #CDFB16; }
span { border-color: rgb(205,251,22); }
td.TdClassName
{
border-color: #CDFB16;
}
.TagClassName
{
border-color: #CDFB16;
}
</style>