Shades of Electric Lime #CAE101
Tints of Electric Lime #CAE101
RGB
CMYK
RGB Variations
Color information
#CAE101 (or 0xCAE101) is known color: Electric Lime. HEX triplet: CA, E1 and 01. RGB value is (202,225,1). Sum of RGB (Red+Green+Blue) = 202+225+1=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE101 is #351EFE. Grayscale: #C1C1C1. Windows color (decimal): -3481343 or 123338. OLE color: 123338.
HSL color Cylindrical-coordinate representation of color #CAE101: hue angle of 66.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAE101 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.12 |
| HSL | 66.16º | 0.99% | 0.44% | - |
| HSV(B) | 66.16º | 1% | 0.88% | - |
| XYZ | 51.29 | 66.41 | 10.14 | - |
| YUV | 192.59 | 19.88 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 1 | 0.10 | 0 | 1.00 | 0.12 | 66.16 | 0.99 | 0.44 |
| Hex | CA | E1 | 1 | A | 0 | 64 | C | 42 | 63 | 2C |
| Octal | 312 | 341 | 1 | 12 | 0 | 144 | 14 | 102 | 143 | 54 |
| Binary | 11001010 | 11100001 | 1 | 1010 | 0 | 1100100 | 1100 | 1000010 | 1100011 | 101100 |
Color Harmonies of #CAE101
Complementary color
Monochromatic Colors of #CAE101
Black with #CAE101
Text Example
Text Example
White with #CAE101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE101; }
p { color: rgb(202,225,1); }
H1.HeaderClassName
{
color: #CAE101;
}
.AnyTagClassName
{
color: #CAE101;
}
</style>
background-color css
<style>
a { background-color: #CAE101; }
a { background-color: rgb(202,225,1); }
div.DivClassName
{
background-color: #CAE101;
}
.BgClassName
{
background-color: #CAE101;
}
</style>
border-color css
<style>
span { border-color: #CAE101; }
span { border-color: rgb(202,225,1); }
td.TdClassName
{
border-color: #CAE101;
}
.TagClassName
{
border-color: #CAE101;
}
</style>