Shades of Electric Lime #CAF706
Tints of Electric Lime #CAF706
RGB
CMYK
RGB Variations
Color information
#CAF706 (or 0xCAF706) is known color: Electric Lime. HEX triplet: CA, F7 and 06. RGB value is (202,247,6). Sum of RGB (Red+Green+Blue) = 202+247+6=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 247 (96.88% from 255 or 54.29% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF706 is #3508F9. Grayscale: #CECECE. Windows color (decimal): -3475706 or 456650. OLE color: 456650.
HSL color Cylindrical-coordinate representation of color #CAF706: hue angle of 71.2º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAF706 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 6 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.03 |
| HSL | 71.2º | 0.95% | 0.5% | - |
| HSV(B) | 71.2º | 0.98% | 0.97% | - |
| XYZ | 57.65 | 79.09 | 12.4 | - |
| YUV | 206.07 | 15.09 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 6 | 0.18 | 0 | 0.98 | 0.03 | 71.2 | 0.95 | 0.5 |
| Hex | CA | F7 | 6 | 12 | 0 | 62 | 3 | 47 | 5F | 32 |
| Octal | 312 | 367 | 6 | 22 | 0 | 142 | 3 | 107 | 137 | 62 |
| Binary | 11001010 | 11110111 | 110 | 10010 | 0 | 1100010 | 11 | 1000111 | 1011111 | 110010 |
Color Harmonies of #CAF706
Complementary color
Monochromatic Colors of #CAF706
Black with #CAF706
Text Example
Text Example
White with #CAF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF706; }
p { color: rgb(202,247,6); }
H1.HeaderClassName
{
color: #CAF706;
}
.AnyTagClassName
{
color: #CAF706;
}
</style>
background-color css
<style>
a { background-color: #CAF706; }
a { background-color: rgb(202,247,6); }
div.DivClassName
{
background-color: #CAF706;
}
.BgClassName
{
background-color: #CAF706;
}
</style>
border-color css
<style>
span { border-color: #CAF706; }
span { border-color: rgb(202,247,6); }
td.TdClassName
{
border-color: #CAF706;
}
.TagClassName
{
border-color: #CAF706;
}
</style>