Shades of Electric Lime #C2F908
Tints of Electric Lime #C2F908
RGB
CMYK
RGB Variations
Color information
#C2F908 (or 0xC2F908) is known color: Electric Lime. HEX triplet: C2, F9 and 08. RGB value is (194,249,8). Sum of RGB (Red+Green+Blue) = 194+249+8=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 8 (3.52% from 255 or 1.77% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F908 is #3D06F7. Grayscale: #CDCDCD. Windows color (decimal): -3999480 or 588226. OLE color: 588226.
HSL color Cylindrical-coordinate representation of color #C2F908: hue angle of 73.69º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2F908 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 8 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.02 |
| HSL | 73.69º | 0.95% | 0.5% | - |
| HSV(B) | 73.69º | 0.97% | 0.98% | - |
| XYZ | 56.17 | 79.24 | 12.56 | - |
| YUV | 205.08 | 16.78 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 8 | 0.22 | 0 | 0.97 | 0.02 | 73.69 | 0.95 | 0.5 |
| Hex | C2 | F9 | 8 | 16 | 0 | 61 | 2 | 4A | 5F | 32 |
| Octal | 302 | 371 | 10 | 26 | 0 | 141 | 2 | 112 | 137 | 62 |
| Binary | 11000010 | 11111001 | 1000 | 10110 | 0 | 1100001 | 10 | 1001010 | 1011111 | 110010 |
Color Harmonies of #C2F908
Complementary color
Monochromatic Colors of #C2F908
Black with #C2F908
Text Example
Text Example
White with #C2F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F908; }
p { color: rgb(194,249,8); }
H1.HeaderClassName
{
color: #C2F908;
}
.AnyTagClassName
{
color: #C2F908;
}
</style>
background-color css
<style>
a { background-color: #C2F908; }
a { background-color: rgb(194,249,8); }
div.DivClassName
{
background-color: #C2F908;
}
.BgClassName
{
background-color: #C2F908;
}
</style>
border-color css
<style>
span { border-color: #C2F908; }
span { border-color: rgb(194,249,8); }
td.TdClassName
{
border-color: #C2F908;
}
.TagClassName
{
border-color: #C2F908;
}
</style>