Shades of Electric Lime #CAFB16
Tints of Electric Lime #CAFB16
RGB
CMYK
RGB Variations
Color information
#CAFB16 (or 0xCAFB16) is known color: Electric Lime. HEX triplet: CA, FB and 16. RGB value is (202,251,22). Sum of RGB (Red+Green+Blue) = 202+251+22=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFB16 is #3504E9. Grayscale: #D3D3D3. Windows color (decimal): -3474666 or 1506250. OLE color: 1506250.
HSL color Cylindrical-coordinate representation of color #CAFB16: hue angle of 72.84º 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 #CAFB16 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.02 |
| HSL | 72.84º | 0.97% | 0.54% | - |
| HSV(B) | 72.84º | 0.91% | 0.98% | - |
| XYZ | 59 | 81.61 | 13.4 | - |
| YUV | 210.24 | 21.77 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 22 | 0.20 | 0 | 0.91 | 0.02 | 72.84 | 0.97 | 0.54 |
| Hex | CA | FB | 16 | 14 | 0 | 5B | 2 | 49 | 61 | 36 |
| Octal | 312 | 373 | 26 | 24 | 0 | 133 | 2 | 111 | 141 | 66 |
| Binary | 11001010 | 11111011 | 10110 | 10100 | 0 | 1011011 | 10 | 1001001 | 1100001 | 110110 |
Color Harmonies of #CAFB16
Complementary color
Monochromatic Colors of #CAFB16
Black with #CAFB16
Text Example
Text Example
White with #CAFB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFB16; }
p { color: rgb(202,251,22); }
H1.HeaderClassName
{
color: #CAFB16;
}
.AnyTagClassName
{
color: #CAFB16;
}
</style>
background-color css
<style>
a { background-color: #CAFB16; }
a { background-color: rgb(202,251,22); }
div.DivClassName
{
background-color: #CAFB16;
}
.BgClassName
{
background-color: #CAFB16;
}
</style>
border-color css
<style>
span { border-color: #CAFB16; }
span { border-color: rgb(202,251,22); }
td.TdClassName
{
border-color: #CAFB16;
}
.TagClassName
{
border-color: #CAFB16;
}
</style>