Shades of Electric Lime #CAF304
Tints of Electric Lime #CAF304
RGB
CMYK
RGB Variations
Color information
#CAF304 (or 0xCAF304) is known color: Electric Lime. HEX triplet: CA, F3 and 04. RGB value is (202,243,4). Sum of RGB (Red+Green+Blue) = 202+243+4=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF304 is #350CFB. Grayscale: #CCCCCC. Windows color (decimal): -3476732 or 324554. OLE color: 324554.
HSL color Cylindrical-coordinate representation of color #CAF304: hue angle of 70.29º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAF304 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 4 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.05 |
| HSL | 70.29º | 0.97% | 0.48% | - |
| HSV(B) | 70.29º | 0.98% | 0.95% | - |
| XYZ | 56.43 | 76.67 | 11.94 | - |
| YUV | 203.5 | 15.42 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 4 | 0.17 | 0 | 0.98 | 0.05 | 70.29 | 0.97 | 0.48 |
| Hex | CA | F3 | 4 | 11 | 0 | 62 | 5 | 46 | 61 | 30 |
| Octal | 312 | 363 | 4 | 21 | 0 | 142 | 5 | 106 | 141 | 60 |
| Binary | 11001010 | 11110011 | 100 | 10001 | 0 | 1100010 | 101 | 1000110 | 1100001 | 110000 |
Color Harmonies of #CAF304
Complementary color
Monochromatic Colors of #CAF304
Black with #CAF304
Text Example
Text Example
White with #CAF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF304; }
p { color: rgb(202,243,4); }
H1.HeaderClassName
{
color: #CAF304;
}
.AnyTagClassName
{
color: #CAF304;
}
</style>
background-color css
<style>
a { background-color: #CAF304; }
a { background-color: rgb(202,243,4); }
div.DivClassName
{
background-color: #CAF304;
}
.BgClassName
{
background-color: #CAF304;
}
</style>
border-color css
<style>
span { border-color: #CAF304; }
span { border-color: rgb(202,243,4); }
td.TdClassName
{
border-color: #CAF304;
}
.TagClassName
{
border-color: #CAF304;
}
</style>