Shades of Electric Lime #CAFA01
Tints of Electric Lime #CAFA01
RGB
CMYK
RGB Variations
Color information
#CAFA01 (or 0xCAFA01) is known color: Electric Lime. HEX triplet: CA, FA and 01. RGB value is (202,250,1). Sum of RGB (Red+Green+Blue) = 202+250+1=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA01 is #3505FE. Grayscale: #D0D0D0. Windows color (decimal): -3474943 or 129738. OLE color: 129738.
HSL color Cylindrical-coordinate representation of color #CAFA01: hue angle of 71.57º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAFA01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.02 |
| HSL | 71.57º | 0.99% | 0.49% | - |
| HSV(B) | 71.57º | 1% | 0.98% | - |
| XYZ | 58.55 | 80.93 | 12.56 | - |
| YUV | 207.26 | 11.6 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 1 | 0.19 | 0 | 1.00 | 0.02 | 71.57 | 0.99 | 0.49 |
| Hex | CA | FA | 1 | 13 | 0 | 64 | 2 | 48 | 63 | 31 |
| Octal | 312 | 372 | 1 | 23 | 0 | 144 | 2 | 110 | 143 | 61 |
| Binary | 11001010 | 11111010 | 1 | 10011 | 0 | 1100100 | 10 | 1001000 | 1100011 | 110001 |
Color Harmonies of #CAFA01
Complementary color
Monochromatic Colors of #CAFA01
Black with #CAFA01
Text Example
Text Example
White with #CAFA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA01; }
p { color: rgb(202,250,1); }
H1.HeaderClassName
{
color: #CAFA01;
}
.AnyTagClassName
{
color: #CAFA01;
}
</style>
background-color css
<style>
a { background-color: #CAFA01; }
a { background-color: rgb(202,250,1); }
div.DivClassName
{
background-color: #CAFA01;
}
.BgClassName
{
background-color: #CAFA01;
}
</style>
border-color css
<style>
span { border-color: #CAFA01; }
span { border-color: rgb(202,250,1); }
td.TdClassName
{
border-color: #CAFA01;
}
.TagClassName
{
border-color: #CAFA01;
}
</style>