Shades of Electric Lime #CAE503
Tints of Electric Lime #CAE503
RGB
CMYK
RGB Variations
Color information
#CAE503 (or 0xCAE503) is known color: Electric Lime. HEX triplet: CA, E5 and 03. RGB value is (202,229,3). Sum of RGB (Red+Green+Blue) = 202+229+3=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE503 is #351AFC. Grayscale: #C4C4C4. Windows color (decimal): -3480317 or 255434. OLE color: 255434.
HSL color Cylindrical-coordinate representation of color #CAE503: hue angle of 67.17º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAE503 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.10 |
| HSL | 67.17º | 0.97% | 0.45% | - |
| HSV(B) | 67.17º | 0.99% | 0.9% | - |
| XYZ | 52.39 | 68.6 | 10.57 | - |
| YUV | 195.16 | 19.55 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 3 | 0.12 | 0 | 0.99 | 0.10 | 67.17 | 0.97 | 0.45 |
| Hex | CA | E5 | 3 | C | 0 | 63 | A | 43 | 61 | 2D |
| Octal | 312 | 345 | 3 | 14 | 0 | 143 | 12 | 103 | 141 | 55 |
| Binary | 11001010 | 11100101 | 11 | 1100 | 0 | 1100011 | 1010 | 1000011 | 1100001 | 101101 |
Color Harmonies of #CAE503
Complementary color
Monochromatic Colors of #CAE503
Black with #CAE503
Text Example
Text Example
White with #CAE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE503; }
p { color: rgb(202,229,3); }
H1.HeaderClassName
{
color: #CAE503;
}
.AnyTagClassName
{
color: #CAE503;
}
</style>
background-color css
<style>
a { background-color: #CAE503; }
a { background-color: rgb(202,229,3); }
div.DivClassName
{
background-color: #CAE503;
}
.BgClassName
{
background-color: #CAE503;
}
</style>
border-color css
<style>
span { border-color: #CAE503; }
span { border-color: rgb(202,229,3); }
td.TdClassName
{
border-color: #CAE503;
}
.TagClassName
{
border-color: #CAE503;
}
</style>