Shades of Electric Lime #CAF705
Tints of Electric Lime #CAF705
RGB
CMYK
RGB Variations
Color information
#CAF705 (or 0xCAF705) is known color: Electric Lime. HEX triplet: CA, F7 and 05. RGB value is (202,247,5). Sum of RGB (Red+Green+Blue) = 202+247+5=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 247 (96.88% from 255 or 54.41% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF705 is #3508FA. Grayscale: #CECECE. Windows color (decimal): -3475707 or 391114. OLE color: 391114.
HSL color Cylindrical-coordinate representation of color #CAF705: hue angle of 71.16º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAF705 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.03 |
| HSL | 71.16º | 0.96% | 0.49% | - |
| HSV(B) | 71.16º | 0.98% | 0.97% | - |
| XYZ | 57.65 | 79.09 | 12.37 | - |
| YUV | 205.96 | 14.59 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 5 | 0.18 | 0 | 0.98 | 0.03 | 71.16 | 0.96 | 0.49 |
| Hex | CA | F7 | 5 | 12 | 0 | 62 | 3 | 47 | 60 | 31 |
| Octal | 312 | 367 | 5 | 22 | 0 | 142 | 3 | 107 | 140 | 61 |
| Binary | 11001010 | 11110111 | 101 | 10010 | 0 | 1100010 | 11 | 1000111 | 1100000 | 110001 |
Color Harmonies of #CAF705
Complementary color
Monochromatic Colors of #CAF705
Black with #CAF705
Text Example
Text Example
White with #CAF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF705; }
p { color: rgb(202,247,5); }
H1.HeaderClassName
{
color: #CAF705;
}
.AnyTagClassName
{
color: #CAF705;
}
</style>
background-color css
<style>
a { background-color: #CAF705; }
a { background-color: rgb(202,247,5); }
div.DivClassName
{
background-color: #CAF705;
}
.BgClassName
{
background-color: #CAF705;
}
</style>
border-color css
<style>
span { border-color: #CAF705; }
span { border-color: rgb(202,247,5); }
td.TdClassName
{
border-color: #CAF705;
}
.TagClassName
{
border-color: #CAF705;
}
</style>