Shades of Electric Lime #CAE001
Tints of Electric Lime #CAE001
RGB
CMYK
RGB Variations
Color information
#CAE001 (or 0xCAE001) is known color: Electric Lime. HEX triplet: CA, E0 and 01. RGB value is (202,224,1). Sum of RGB (Red+Green+Blue) = 202+224+1=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE001 is #351FFE. Grayscale: #C0C0C0. Windows color (decimal): -3481599 or 123082. OLE color: 123082.
HSL color Cylindrical-coordinate representation of color #CAE001: hue angle of 65.92º 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 #CAE001 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.12 |
| HSL | 65.92º | 0.99% | 0.44% | - |
| HSV(B) | 65.92º | 1% | 0.88% | - |
| XYZ | 51.02 | 65.87 | 10.05 | - |
| YUV | 192 | 20.21 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 1 | 0.10 | 0 | 1.00 | 0.12 | 65.92 | 0.99 | 0.44 |
| Hex | CA | E0 | 1 | A | 0 | 64 | C | 42 | 63 | 2C |
| Octal | 312 | 340 | 1 | 12 | 0 | 144 | 14 | 102 | 143 | 54 |
| Binary | 11001010 | 11100000 | 1 | 1010 | 0 | 1100100 | 1100 | 1000010 | 1100011 | 101100 |
Color Harmonies of #CAE001
Complementary color
Monochromatic Colors of #CAE001
Black with #CAE001
Text Example
Text Example
White with #CAE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE001; }
p { color: rgb(202,224,1); }
H1.HeaderClassName
{
color: #CAE001;
}
.AnyTagClassName
{
color: #CAE001;
}
</style>
background-color css
<style>
a { background-color: #CAE001; }
a { background-color: rgb(202,224,1); }
div.DivClassName
{
background-color: #CAE001;
}
.BgClassName
{
background-color: #CAE001;
}
</style>
border-color css
<style>
span { border-color: #CAE001; }
span { border-color: rgb(202,224,1); }
td.TdClassName
{
border-color: #CAE001;
}
.TagClassName
{
border-color: #CAE001;
}
</style>