Shades of Electric Lime #CAE703
Tints of Electric Lime #CAE703
RGB
CMYK
RGB Variations
Color information
#CAE703 (or 0xCAE703) is known color: Electric Lime. HEX triplet: CA, E7 and 03. RGB value is (202,231,3). Sum of RGB (Red+Green+Blue) = 202+231+3=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE703 is #3518FC. Grayscale: #C5C5C5. Windows color (decimal): -3479805 or 255946. OLE color: 255946.
HSL color Cylindrical-coordinate representation of color #CAE703: hue angle of 67.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAE703 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 3 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.09 |
| HSL | 67.63º | 0.97% | 0.46% | - |
| HSV(B) | 67.63º | 0.99% | 0.91% | - |
| XYZ | 52.95 | 69.71 | 10.75 | - |
| YUV | 196.34 | 18.89 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 3 | 0.13 | 0 | 0.99 | 0.09 | 67.63 | 0.97 | 0.46 |
| Hex | CA | E7 | 3 | D | 0 | 63 | 9 | 44 | 61 | 2E |
| Octal | 312 | 347 | 3 | 15 | 0 | 143 | 11 | 104 | 141 | 56 |
| Binary | 11001010 | 11100111 | 11 | 1101 | 0 | 1100011 | 1001 | 1000100 | 1100001 | 101110 |
Color Harmonies of #CAE703
Complementary color
Monochromatic Colors of #CAE703
Black with #CAE703
Text Example
Text Example
White with #CAE703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE703; }
p { color: rgb(202,231,3); }
H1.HeaderClassName
{
color: #CAE703;
}
.AnyTagClassName
{
color: #CAE703;
}
</style>
background-color css
<style>
a { background-color: #CAE703; }
a { background-color: rgb(202,231,3); }
div.DivClassName
{
background-color: #CAE703;
}
.BgClassName
{
background-color: #CAE703;
}
</style>
border-color css
<style>
span { border-color: #CAE703; }
span { border-color: rgb(202,231,3); }
td.TdClassName
{
border-color: #CAE703;
}
.TagClassName
{
border-color: #CAE703;
}
</style>