Shades of Electric Lime #CAE602
Tints of Electric Lime #CAE602
RGB
CMYK
RGB Variations
Color information
#CAE602 (or 0xCAE602) is known color: Electric Lime. HEX triplet: CA, E6 and 02. RGB value is (202,230,2). Sum of RGB (Red+Green+Blue) = 202+230+2=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE602 is #3519FD. Grayscale: #C4C4C4. Windows color (decimal): -3480062 or 190154. OLE color: 190154.
HSL color Cylindrical-coordinate representation of color #CAE602: hue angle of 67.37º degrees, saturation: 0.98, 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 #CAE602 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.10 |
| HSL | 67.37º | 0.98% | 0.45% | - |
| HSV(B) | 67.37º | 0.99% | 0.9% | - |
| XYZ | 52.66 | 69.15 | 10.63 | - |
| YUV | 195.64 | 18.72 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 2 | 0.12 | 0 | 0.99 | 0.10 | 67.37 | 0.98 | 0.45 |
| Hex | CA | E6 | 2 | C | 0 | 63 | A | 43 | 62 | 2D |
| Octal | 312 | 346 | 2 | 14 | 0 | 143 | 12 | 103 | 142 | 55 |
| Binary | 11001010 | 11100110 | 10 | 1100 | 0 | 1100011 | 1010 | 1000011 | 1100010 | 101101 |
Color Harmonies of #CAE602
Complementary color
Monochromatic Colors of #CAE602
Black with #CAE602
Text Example
Text Example
White with #CAE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE602; }
p { color: rgb(202,230,2); }
H1.HeaderClassName
{
color: #CAE602;
}
.AnyTagClassName
{
color: #CAE602;
}
</style>
background-color css
<style>
a { background-color: #CAE602; }
a { background-color: rgb(202,230,2); }
div.DivClassName
{
background-color: #CAE602;
}
.BgClassName
{
background-color: #CAE602;
}
</style>
border-color css
<style>
span { border-color: #CAE602; }
span { border-color: rgb(202,230,2); }
td.TdClassName
{
border-color: #CAE602;
}
.TagClassName
{
border-color: #CAE602;
}
</style>