Shades of Electric Lime #CAF10C
Tints of Electric Lime #CAF10C
RGB
CMYK
RGB Variations
Color information
#CAF10C (or 0xCAF10C) is known color: Electric Lime. HEX triplet: CA, F1 and 0C. RGB value is (202,241,12). Sum of RGB (Red+Green+Blue) = 202+241+12=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF10C is #350EF3. Grayscale: #CCCCCC. Windows color (decimal): -3477236 or 848330. OLE color: 848330.
HSL color Cylindrical-coordinate representation of color #CAF10C: hue angle of 70.22º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF10C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.05 |
| HSL | 70.22º | 0.91% | 0.5% | - |
| HSV(B) | 70.22º | 0.95% | 0.95% | - |
| XYZ | 55.88 | 75.49 | 11.97 | - |
| YUV | 203.23 | 20.08 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 12 | 0.16 | 0 | 0.95 | 0.05 | 70.22 | 0.91 | 0.5 |
| Hex | CA | F1 | C | 10 | 0 | 5F | 5 | 46 | 5B | 32 |
| Octal | 312 | 361 | 14 | 20 | 0 | 137 | 5 | 106 | 133 | 62 |
| Binary | 11001010 | 11110001 | 1100 | 10000 | 0 | 1011111 | 101 | 1000110 | 1011011 | 110010 |
Color Harmonies of #CAF10C
Complementary color
Monochromatic Colors of #CAF10C
Black with #CAF10C
Text Example
Text Example
White with #CAF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF10C; }
p { color: rgb(202,241,12); }
H1.HeaderClassName
{
color: #CAF10C;
}
.AnyTagClassName
{
color: #CAF10C;
}
</style>
background-color css
<style>
a { background-color: #CAF10C; }
a { background-color: rgb(202,241,12); }
div.DivClassName
{
background-color: #CAF10C;
}
.BgClassName
{
background-color: #CAF10C;
}
</style>
border-color css
<style>
span { border-color: #CAF10C; }
span { border-color: rgb(202,241,12); }
td.TdClassName
{
border-color: #CAF10C;
}
.TagClassName
{
border-color: #CAF10C;
}
</style>