Shades of Electric Lime #CAF113
Tints of Electric Lime #CAF113
RGB
CMYK
RGB Variations
Color information
#CAF113 (or 0xCAF113) is known color: Electric Lime. HEX triplet: CA, F1 and 13. RGB value is (202,241,19). Sum of RGB (Red+Green+Blue) = 202+241+19=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF113 is #350EEC. Grayscale: #CCCCCC. Windows color (decimal): -3477229 or 1307082. OLE color: 1307082.
HSL color Cylindrical-coordinate representation of color #CAF113: hue angle of 70.54º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAF113 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.05 |
| HSL | 70.54º | 0.89% | 0.51% | - |
| HSV(B) | 70.54º | 0.92% | 0.95% | - |
| XYZ | 55.93 | 75.51 | 12.24 | - |
| YUV | 204.03 | 23.58 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 19 | 0.16 | 0 | 0.92 | 0.05 | 70.54 | 0.89 | 0.51 |
| Hex | CA | F1 | 13 | 10 | 0 | 5C | 5 | 47 | 59 | 33 |
| Octal | 312 | 361 | 23 | 20 | 0 | 134 | 5 | 107 | 131 | 63 |
| Binary | 11001010 | 11110001 | 10011 | 10000 | 0 | 1011100 | 101 | 1000111 | 1011001 | 110011 |
Color Harmonies of #CAF113
Complementary color
Monochromatic Colors of #CAF113
Black with #CAF113
Text Example
Text Example
White with #CAF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF113; }
p { color: rgb(202,241,19); }
H1.HeaderClassName
{
color: #CAF113;
}
.AnyTagClassName
{
color: #CAF113;
}
</style>
background-color css
<style>
a { background-color: #CAF113; }
a { background-color: rgb(202,241,19); }
div.DivClassName
{
background-color: #CAF113;
}
.BgClassName
{
background-color: #CAF113;
}
</style>
border-color css
<style>
span { border-color: #CAF113; }
span { border-color: rgb(202,241,19); }
td.TdClassName
{
border-color: #CAF113;
}
.TagClassName
{
border-color: #CAF113;
}
</style>