Shades of Electric Lime #C2F208
Tints of Electric Lime #C2F208
RGB
CMYK
RGB Variations
Color information
#C2F208 (or 0xC2F208) is known color: Electric Lime. HEX triplet: C2, F2 and 08. RGB value is (194,242,8). Sum of RGB (Red+Green+Blue) = 194+242+8=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 242 (94.92% from 255 or 54.50% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F208 is #3D0DF7. Grayscale: #C9C9C9. Windows color (decimal): -4001272 or 586434. OLE color: 586434.
HSL color Cylindrical-coordinate representation of color #C2F208: hue angle of 72.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2F208 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 8 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.05 |
| HSL | 72.31º | 0.94% | 0.49% | - |
| HSV(B) | 72.31º | 0.97% | 0.95% | - |
| XYZ | 54.04 | 74.99 | 11.86 | - |
| YUV | 200.97 | 19.1 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 8 | 0.20 | 0 | 0.97 | 0.05 | 72.31 | 0.94 | 0.49 |
| Hex | C2 | F2 | 8 | 14 | 0 | 61 | 5 | 48 | 5E | 31 |
| Octal | 302 | 362 | 10 | 24 | 0 | 141 | 5 | 110 | 136 | 61 |
| Binary | 11000010 | 11110010 | 1000 | 10100 | 0 | 1100001 | 101 | 1001000 | 1011110 | 110001 |
Color Harmonies of #C2F208
Complementary color
Monochromatic Colors of #C2F208
Black with #C2F208
Text Example
Text Example
White with #C2F208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F208; }
p { color: rgb(194,242,8); }
H1.HeaderClassName
{
color: #C2F208;
}
.AnyTagClassName
{
color: #C2F208;
}
</style>
background-color css
<style>
a { background-color: #C2F208; }
a { background-color: rgb(194,242,8); }
div.DivClassName
{
background-color: #C2F208;
}
.BgClassName
{
background-color: #C2F208;
}
</style>
border-color css
<style>
span { border-color: #C2F208; }
span { border-color: rgb(194,242,8); }
td.TdClassName
{
border-color: #C2F208;
}
.TagClassName
{
border-color: #C2F208;
}
</style>