Shades of Electric Lime #CAE201
Tints of Electric Lime #CAE201
RGB
CMYK
RGB Variations
Color information
#CAE201 (or 0xCAE201) is known color: Electric Lime. HEX triplet: CA, E2 and 01. RGB value is (202,226,1). Sum of RGB (Red+Green+Blue) = 202+226+1=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE201 is #351DFE. Grayscale: #C2C2C2. Windows color (decimal): -3481087 or 123594. OLE color: 123594.
HSL color Cylindrical-coordinate representation of color #CAE201: hue angle of 66.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAE201 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.11 |
| HSL | 66.4º | 0.99% | 0.45% | - |
| HSV(B) | 66.4º | 1% | 0.89% | - |
| XYZ | 51.56 | 66.95 | 10.23 | - |
| YUV | 193.17 | 19.55 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 1 | 0.11 | 0 | 1.00 | 0.11 | 66.4 | 0.99 | 0.45 |
| Hex | CA | E2 | 1 | B | 0 | 64 | B | 42 | 63 | 2D |
| Octal | 312 | 342 | 1 | 13 | 0 | 144 | 13 | 102 | 143 | 55 |
| Binary | 11001010 | 11100010 | 1 | 1011 | 0 | 1100100 | 1011 | 1000010 | 1100011 | 101101 |
Color Harmonies of #CAE201
Complementary color
Monochromatic Colors of #CAE201
Black with #CAE201
Text Example
Text Example
White with #CAE201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE201; }
p { color: rgb(202,226,1); }
H1.HeaderClassName
{
color: #CAE201;
}
.AnyTagClassName
{
color: #CAE201;
}
</style>
background-color css
<style>
a { background-color: #CAE201; }
a { background-color: rgb(202,226,1); }
div.DivClassName
{
background-color: #CAE201;
}
.BgClassName
{
background-color: #CAE201;
}
</style>
border-color css
<style>
span { border-color: #CAE201; }
span { border-color: rgb(202,226,1); }
td.TdClassName
{
border-color: #CAE201;
}
.TagClassName
{
border-color: #CAE201;
}
</style>