Shades of Electric Lime #CAF103
Tints of Electric Lime #CAF103
RGB
CMYK
RGB Variations
Color information
#CAF103 (or 0xCAF103) is known color: Electric Lime. HEX triplet: CA, F1 and 03. RGB value is (202,241,3). Sum of RGB (Red+Green+Blue) = 202+241+3=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF103 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF103 is #350EFC. Grayscale: #CBCBCB. Windows color (decimal): -3477245 or 258506. OLE color: 258506.
HSL color Cylindrical-coordinate representation of color #CAF103: hue angle of 69.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAF103 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.05 |
| HSL | 69.83º | 0.98% | 0.48% | - |
| HSV(B) | 69.83º | 0.99% | 0.95% | - |
| XYZ | 55.83 | 75.47 | 11.71 | - |
| YUV | 202.21 | 15.58 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 3 | 0.16 | 0 | 0.99 | 0.05 | 69.83 | 0.98 | 0.48 |
| Hex | CA | F1 | 3 | 10 | 0 | 63 | 5 | 46 | 62 | 30 |
| Octal | 312 | 361 | 3 | 20 | 0 | 143 | 5 | 106 | 142 | 60 |
| Binary | 11001010 | 11110001 | 11 | 10000 | 0 | 1100011 | 101 | 1000110 | 1100010 | 110000 |
Color Harmonies of #CAF103
Complementary color
Monochromatic Colors of #CAF103
Black with #CAF103
Text Example
Text Example
White with #CAF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF103; }
p { color: rgb(202,241,3); }
H1.HeaderClassName
{
color: #CAF103;
}
.AnyTagClassName
{
color: #CAF103;
}
</style>
background-color css
<style>
a { background-color: #CAF103; }
a { background-color: rgb(202,241,3); }
div.DivClassName
{
background-color: #CAF103;
}
.BgClassName
{
background-color: #CAF103;
}
</style>
border-color css
<style>
span { border-color: #CAF103; }
span { border-color: rgb(202,241,3); }
td.TdClassName
{
border-color: #CAF103;
}
.TagClassName
{
border-color: #CAF103;
}
</style>