Shades of Electric Lime #CAF100
Tints of Electric Lime #CAF100
RGB
CMYK
RGB Variations
Color information
#CAF100 (or 0xCAF100) is known color: Electric Lime. HEX triplet: CA, F1 and 00. RGB value is (202,241,0). Sum of RGB (Red+Green+Blue) = 202+241+0=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF100 is #350EFF. Grayscale: #CACACA. Windows color (decimal): -3477248 or 61898. OLE color: 61898.
HSL color Cylindrical-coordinate representation of color #CAF100: hue angle of 69.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAF100 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.05 |
| HSL | 69.71º | 1% | 0.47% | - |
| HSV(B) | 69.71º | 1% | 0.95% | - |
| XYZ | 55.81 | 75.47 | 11.62 | - |
| YUV | 201.87 | 14.08 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 0 | 0.16 | 0 | 1 | 0.05 | 69.71 | 1 | 0.47 |
| Hex | CA | F1 | 0 | 10 | 0 | 64 | 5 | 46 | 64 | 2F |
| Octal | 312 | 361 | 0 | 20 | 0 | 144 | 5 | 106 | 144 | 57 |
| Binary | 11001010 | 11110001 | 0 | 10000 | 0 | 1100100 | 101 | 1000110 | 1100100 | 101111 |
Color Harmonies of #CAF100
Complementary color
Monochromatic Colors of #CAF100
Black with #CAF100
Text Example
Text Example
White with #CAF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF100; }
p { color: rgb(202,241,0); }
H1.HeaderClassName
{
color: #CAF100;
}
.AnyTagClassName
{
color: #CAF100;
}
</style>
background-color css
<style>
a { background-color: #CAF100; }
a { background-color: rgb(202,241,0); }
div.DivClassName
{
background-color: #CAF100;
}
.BgClassName
{
background-color: #CAF100;
}
</style>
border-color css
<style>
span { border-color: #CAF100; }
span { border-color: rgb(202,241,0); }
td.TdClassName
{
border-color: #CAF100;
}
.TagClassName
{
border-color: #CAF100;
}
</style>