Shades of Electric Lime #CAF501
Tints of Electric Lime #CAF501
RGB
CMYK
RGB Variations
Color information
#CAF501 (or 0xCAF501) is known color: Electric Lime. HEX triplet: CA, F5 and 01. RGB value is (202,245,1). Sum of RGB (Red+Green+Blue) = 202+245+1=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 245 (96.09% from 255 or 54.69% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF501 is #350AFE. Grayscale: #CDCDCD. Windows color (decimal): -3476223 or 128458. OLE color: 128458.
HSL color Cylindrical-coordinate representation of color #CAF501: hue angle of 70.57º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAF501 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.04 |
| HSL | 70.57º | 0.99% | 0.48% | - |
| HSV(B) | 70.57º | 1% | 0.96% | - |
| XYZ | 57.02 | 77.86 | 12.05 | - |
| YUV | 204.33 | 13.25 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 1 | 0.18 | 0 | 1.00 | 0.04 | 70.57 | 0.99 | 0.48 |
| Hex | CA | F5 | 1 | 12 | 0 | 64 | 4 | 47 | 63 | 30 |
| Octal | 312 | 365 | 1 | 22 | 0 | 144 | 4 | 107 | 143 | 60 |
| Binary | 11001010 | 11110101 | 1 | 10010 | 0 | 1100100 | 100 | 1000111 | 1100011 | 110000 |
Color Harmonies of #CAF501
Complementary color
Monochromatic Colors of #CAF501
Black with #CAF501
Text Example
Text Example
White with #CAF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF501; }
p { color: rgb(202,245,1); }
H1.HeaderClassName
{
color: #CAF501;
}
.AnyTagClassName
{
color: #CAF501;
}
</style>
background-color css
<style>
a { background-color: #CAF501; }
a { background-color: rgb(202,245,1); }
div.DivClassName
{
background-color: #CAF501;
}
.BgClassName
{
background-color: #CAF501;
}
</style>
border-color css
<style>
span { border-color: #CAF501; }
span { border-color: rgb(202,245,1); }
td.TdClassName
{
border-color: #CAF501;
}
.TagClassName
{
border-color: #CAF501;
}
</style>