Shades of Electric Lime #CAFA16
Tints of Electric Lime #CAFA16
RGB
CMYK
RGB Variations
Color information
#CAFA16 (or 0xCAFA16) is known color: Electric Lime. HEX triplet: CA, FA and 16. RGB value is (202,250,22). Sum of RGB (Red+Green+Blue) = 202+250+22=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA16 is #3505E9. Grayscale: #D2D2D2. Windows color (decimal): -3474922 or 1505994. OLE color: 1505994.
HSL color Cylindrical-coordinate representation of color #CAFA16: hue angle of 72.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAFA16 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 22 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.02 |
| HSL | 72.63º | 0.96% | 0.53% | - |
| HSV(B) | 72.63º | 0.91% | 0.98% | - |
| XYZ | 58.69 | 80.99 | 13.3 | - |
| YUV | 209.66 | 22.1 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 22 | 0.19 | 0 | 0.91 | 0.02 | 72.63 | 0.96 | 0.53 |
| Hex | CA | FA | 16 | 13 | 0 | 5B | 2 | 49 | 60 | 35 |
| Octal | 312 | 372 | 26 | 23 | 0 | 133 | 2 | 111 | 140 | 65 |
| Binary | 11001010 | 11111010 | 10110 | 10011 | 0 | 1011011 | 10 | 1001001 | 1100000 | 110101 |
Color Harmonies of #CAFA16
Complementary color
Monochromatic Colors of #CAFA16
Black with #CAFA16
Text Example
Text Example
White with #CAFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA16; }
p { color: rgb(202,250,22); }
H1.HeaderClassName
{
color: #CAFA16;
}
.AnyTagClassName
{
color: #CAFA16;
}
</style>
background-color css
<style>
a { background-color: #CAFA16; }
a { background-color: rgb(202,250,22); }
div.DivClassName
{
background-color: #CAFA16;
}
.BgClassName
{
background-color: #CAFA16;
}
</style>
border-color css
<style>
span { border-color: #CAFA16; }
span { border-color: rgb(202,250,22); }
td.TdClassName
{
border-color: #CAFA16;
}
.TagClassName
{
border-color: #CAFA16;
}
</style>