Shades of Electric Lime #CAE60B
Tints of Electric Lime #CAE60B
RGB
CMYK
RGB Variations
Color information
#CAE60B (or 0xCAE60B) is known color: Electric Lime. HEX triplet: CA, E6 and 0B. RGB value is (202,230,11). Sum of RGB (Red+Green+Blue) = 202+230+11=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE60B is #3519F4. Grayscale: #C5C5C5. Windows color (decimal): -3480053 or 779978. OLE color: 779978.
HSL color Cylindrical-coordinate representation of color #CAE60B: hue angle of 67.67º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAE60B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.10 |
| HSL | 67.67º | 0.91% | 0.47% | - |
| HSV(B) | 67.67º | 0.95% | 0.9% | - |
| XYZ | 52.71 | 69.17 | 10.89 | - |
| YUV | 196.66 | 23.22 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 11 | 0.12 | 0 | 0.95 | 0.10 | 67.67 | 0.91 | 0.47 |
| Hex | CA | E6 | B | C | 0 | 5F | A | 44 | 5B | 2F |
| Octal | 312 | 346 | 13 | 14 | 0 | 137 | 12 | 104 | 133 | 57 |
| Binary | 11001010 | 11100110 | 1011 | 1100 | 0 | 1011111 | 1010 | 1000100 | 1011011 | 101111 |
Color Harmonies of #CAE60B
Complementary color
Monochromatic Colors of #CAE60B
Black with #CAE60B
Text Example
Text Example
White with #CAE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE60B; }
p { color: rgb(202,230,11); }
H1.HeaderClassName
{
color: #CAE60B;
}
.AnyTagClassName
{
color: #CAE60B;
}
</style>
background-color css
<style>
a { background-color: #CAE60B; }
a { background-color: rgb(202,230,11); }
div.DivClassName
{
background-color: #CAE60B;
}
.BgClassName
{
background-color: #CAE60B;
}
</style>
border-color css
<style>
span { border-color: #CAE60B; }
span { border-color: rgb(202,230,11); }
td.TdClassName
{
border-color: #CAE60B;
}
.TagClassName
{
border-color: #CAE60B;
}
</style>