Shades of Electric Lime #CAF10F
Tints of Electric Lime #CAF10F
RGB
CMYK
RGB Variations
Color information
#CAF10F (or 0xCAF10F) is known color: Electric Lime. HEX triplet: CA, F1 and 0F. RGB value is (202,241,15). Sum of RGB (Red+Green+Blue) = 202+241+15=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF10F is #350EF0. Grayscale: #CCCCCC. Windows color (decimal): -3477233 or 1044938. OLE color: 1044938.
HSL color Cylindrical-coordinate representation of color #CAF10F: hue angle of 70.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAF10F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 15 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.05 |
| HSL | 70.35º | 0.89% | 0.5% | - |
| HSV(B) | 70.35º | 0.94% | 0.95% | - |
| XYZ | 55.9 | 75.5 | 12.08 | - |
| YUV | 203.58 | 21.58 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 15 | 0.16 | 0 | 0.94 | 0.05 | 70.35 | 0.89 | 0.5 |
| Hex | CA | F1 | F | 10 | 0 | 5E | 5 | 46 | 59 | 32 |
| Octal | 312 | 361 | 17 | 20 | 0 | 136 | 5 | 106 | 131 | 62 |
| Binary | 11001010 | 11110001 | 1111 | 10000 | 0 | 1011110 | 101 | 1000110 | 1011001 | 110010 |
Color Harmonies of #CAF10F
Complementary color
Monochromatic Colors of #CAF10F
Black with #CAF10F
Text Example
Text Example
White with #CAF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF10F; }
p { color: rgb(202,241,15); }
H1.HeaderClassName
{
color: #CAF10F;
}
.AnyTagClassName
{
color: #CAF10F;
}
</style>
background-color css
<style>
a { background-color: #CAF10F; }
a { background-color: rgb(202,241,15); }
div.DivClassName
{
background-color: #CAF10F;
}
.BgClassName
{
background-color: #CAF10F;
}
</style>
border-color css
<style>
span { border-color: #CAF10F; }
span { border-color: rgb(202,241,15); }
td.TdClassName
{
border-color: #CAF10F;
}
.TagClassName
{
border-color: #CAF10F;
}
</style>