Shades of Electric Lime #CAE504
Tints of Electric Lime #CAE504
RGB
CMYK
RGB Variations
Color information
#CAE504 (or 0xCAE504) is known color: Electric Lime. HEX triplet: CA, E5 and 04. RGB value is (202,229,4). Sum of RGB (Red+Green+Blue) = 202+229+4=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE504 is #351AFB. Grayscale: #C4C4C4. Windows color (decimal): -3480316 or 320970. OLE color: 320970.
HSL color Cylindrical-coordinate representation of color #CAE504: hue angle of 67.2º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAE504 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.10 |
| HSL | 67.2º | 0.97% | 0.46% | - |
| HSV(B) | 67.2º | 0.98% | 0.9% | - |
| XYZ | 52.4 | 68.6 | 10.6 | - |
| YUV | 195.28 | 20.05 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 4 | 0.12 | 0 | 0.98 | 0.10 | 67.2 | 0.97 | 0.46 |
| Hex | CA | E5 | 4 | C | 0 | 62 | A | 43 | 61 | 2E |
| Octal | 312 | 345 | 4 | 14 | 0 | 142 | 12 | 103 | 141 | 56 |
| Binary | 11001010 | 11100101 | 100 | 1100 | 0 | 1100010 | 1010 | 1000011 | 1100001 | 101110 |
Color Harmonies of #CAE504
Complementary color
Monochromatic Colors of #CAE504
Black with #CAE504
Text Example
Text Example
White with #CAE504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE504; }
p { color: rgb(202,229,4); }
H1.HeaderClassName
{
color: #CAE504;
}
.AnyTagClassName
{
color: #CAE504;
}
</style>
background-color css
<style>
a { background-color: #CAE504; }
a { background-color: rgb(202,229,4); }
div.DivClassName
{
background-color: #CAE504;
}
.BgClassName
{
background-color: #CAE504;
}
</style>
border-color css
<style>
span { border-color: #CAE504; }
span { border-color: rgb(202,229,4); }
td.TdClassName
{
border-color: #CAE504;
}
.TagClassName
{
border-color: #CAE504;
}
</style>