Shades of Electric Lime #CAE409
Tints of Electric Lime #CAE409
RGB
CMYK
RGB Variations
Color information
#CAE409 (or 0xCAE409) is known color: Electric Lime. HEX triplet: CA, E4 and 09. RGB value is (202,228,9). Sum of RGB (Red+Green+Blue) = 202+228+9=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE409 is #351BF6. Grayscale: #C4C4C4. Windows color (decimal): -3480567 or 648394. OLE color: 648394.
HSL color Cylindrical-coordinate representation of color #CAE409: hue angle of 67.12º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAE409 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.11 |
| HSL | 67.12º | 0.92% | 0.46% | - |
| HSV(B) | 67.12º | 0.96% | 0.89% | - |
| XYZ | 52.15 | 68.06 | 10.65 | - |
| YUV | 195.26 | 22.89 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 9 | 0.11 | 0 | 0.96 | 0.11 | 67.12 | 0.92 | 0.46 |
| Hex | CA | E4 | 9 | B | 0 | 60 | B | 43 | 5C | 2E |
| Octal | 312 | 344 | 11 | 13 | 0 | 140 | 13 | 103 | 134 | 56 |
| Binary | 11001010 | 11100100 | 1001 | 1011 | 0 | 1100000 | 1011 | 1000011 | 1011100 | 101110 |
Color Harmonies of #CAE409
Complementary color
Monochromatic Colors of #CAE409
Black with #CAE409
Text Example
Text Example
White with #CAE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE409; }
p { color: rgb(202,228,9); }
H1.HeaderClassName
{
color: #CAE409;
}
.AnyTagClassName
{
color: #CAE409;
}
</style>
background-color css
<style>
a { background-color: #CAE409; }
a { background-color: rgb(202,228,9); }
div.DivClassName
{
background-color: #CAE409;
}
.BgClassName
{
background-color: #CAE409;
}
</style>
border-color css
<style>
span { border-color: #CAE409; }
span { border-color: rgb(202,228,9); }
td.TdClassName
{
border-color: #CAE409;
}
.TagClassName
{
border-color: #CAE409;
}
</style>