Shades of Electric Lime #C2F10F
Tints of Electric Lime #C2F10F
RGB
CMYK
RGB Variations
Color information
#C2F10F (or 0xC2F10F) is known color: Electric Lime. HEX triplet: C2, F1 and 0F. RGB value is (194,241,15). Sum of RGB (Red+Green+Blue) = 194+241+15=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F10F is #3D0EF0. Grayscale: #CACACA. Windows color (decimal): -4001521 or 1044930. OLE color: 1044930.
HSL color Cylindrical-coordinate representation of color #C2F10F: hue angle of 72.48º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2F10F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 15 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.05 |
| HSL | 72.48º | 0.89% | 0.5% | - |
| HSV(B) | 72.48º | 0.94% | 0.95% | - |
| XYZ | 53.79 | 74.41 | 11.98 | - |
| YUV | 201.18 | 22.93 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 15 | 0.20 | 0 | 0.94 | 0.05 | 72.48 | 0.89 | 0.5 |
| Hex | C2 | F1 | F | 14 | 0 | 5E | 5 | 48 | 59 | 32 |
| Octal | 302 | 361 | 17 | 24 | 0 | 136 | 5 | 110 | 131 | 62 |
| Binary | 11000010 | 11110001 | 1111 | 10100 | 0 | 1011110 | 101 | 1001000 | 1011001 | 110010 |
Color Harmonies of #C2F10F
Complementary color
Monochromatic Colors of #C2F10F
Black with #C2F10F
Text Example
Text Example
White with #C2F10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F10F; }
p { color: rgb(194,241,15); }
H1.HeaderClassName
{
color: #C2F10F;
}
.AnyTagClassName
{
color: #C2F10F;
}
</style>
background-color css
<style>
a { background-color: #C2F10F; }
a { background-color: rgb(194,241,15); }
div.DivClassName
{
background-color: #C2F10F;
}
.BgClassName
{
background-color: #C2F10F;
}
</style>
border-color css
<style>
span { border-color: #C2F10F; }
span { border-color: rgb(194,241,15); }
td.TdClassName
{
border-color: #C2F10F;
}
.TagClassName
{
border-color: #C2F10F;
}
</style>