Shades of Electric Lime #CAE301
Tints of Electric Lime #CAE301
RGB
CMYK
RGB Variations
Color information
#CAE301 (or 0xCAE301) is known color: Electric Lime. HEX triplet: CA, E3 and 01. RGB value is (202,227,1). Sum of RGB (Red+Green+Blue) = 202+227+1=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE301 is #351CFE. Grayscale: #C2C2C2. Windows color (decimal): -3480831 or 123850. OLE color: 123850.
HSL color Cylindrical-coordinate representation of color #CAE301: hue angle of 66.64º 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 #CAE301 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.11 |
| HSL | 66.64º | 0.99% | 0.45% | - |
| HSV(B) | 66.64º | 1% | 0.89% | - |
| XYZ | 51.83 | 67.5 | 10.33 | - |
| YUV | 193.76 | 19.22 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 1 | 0.11 | 0 | 1.00 | 0.11 | 66.64 | 0.99 | 0.45 |
| Hex | CA | E3 | 1 | B | 0 | 64 | B | 43 | 63 | 2D |
| Octal | 312 | 343 | 1 | 13 | 0 | 144 | 13 | 103 | 143 | 55 |
| Binary | 11001010 | 11100011 | 1 | 1011 | 0 | 1100100 | 1011 | 1000011 | 1100011 | 101101 |
Color Harmonies of #CAE301
Complementary color
Monochromatic Colors of #CAE301
Black with #CAE301
Text Example
Text Example
White with #CAE301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE301; }
p { color: rgb(202,227,1); }
H1.HeaderClassName
{
color: #CAE301;
}
.AnyTagClassName
{
color: #CAE301;
}
</style>
background-color css
<style>
a { background-color: #CAE301; }
a { background-color: rgb(202,227,1); }
div.DivClassName
{
background-color: #CAE301;
}
.BgClassName
{
background-color: #CAE301;
}
</style>
border-color css
<style>
span { border-color: #CAE301; }
span { border-color: rgb(202,227,1); }
td.TdClassName
{
border-color: #CAE301;
}
.TagClassName
{
border-color: #CAE301;
}
</style>