Shades of Electric Lime #CAF206
Tints of Electric Lime #CAF206
RGB
CMYK
RGB Variations
Color information
#CAF206 (or 0xCAF206) is known color: Electric Lime. HEX triplet: CA, F2 and 06. RGB value is (202,242,6). Sum of RGB (Red+Green+Blue) = 202+242+6=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 6 (2.73% from 255 or 1.33% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF206 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF206 is #350DF9. Grayscale: #CCCCCC. Windows color (decimal): -3476986 or 455370. OLE color: 455370.
HSL color Cylindrical-coordinate representation of color #CAF206: hue angle of 70.17º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAF206 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 6 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.05 |
| HSL | 70.17º | 0.95% | 0.49% | - |
| HSV(B) | 70.17º | 0.98% | 0.95% | - |
| XYZ | 56.14 | 76.07 | 11.9 | - |
| YUV | 203.14 | 16.75 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 6 | 0.17 | 0 | 0.98 | 0.05 | 70.17 | 0.95 | 0.49 |
| Hex | CA | F2 | 6 | 11 | 0 | 62 | 5 | 46 | 5F | 31 |
| Octal | 312 | 362 | 6 | 21 | 0 | 142 | 5 | 106 | 137 | 61 |
| Binary | 11001010 | 11110010 | 110 | 10001 | 0 | 1100010 | 101 | 1000110 | 1011111 | 110001 |
Color Harmonies of #CAF206
Complementary color
Monochromatic Colors of #CAF206
Black with #CAF206
Text Example
Text Example
White with #CAF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF206; }
p { color: rgb(202,242,6); }
H1.HeaderClassName
{
color: #CAF206;
}
.AnyTagClassName
{
color: #CAF206;
}
</style>
background-color css
<style>
a { background-color: #CAF206; }
a { background-color: rgb(202,242,6); }
div.DivClassName
{
background-color: #CAF206;
}
.BgClassName
{
background-color: #CAF206;
}
</style>
border-color css
<style>
span { border-color: #CAF206; }
span { border-color: rgb(202,242,6); }
td.TdClassName
{
border-color: #CAF206;
}
.TagClassName
{
border-color: #CAF206;
}
</style>