Shades of Electric Lime #C2F90F
Tints of Electric Lime #C2F90F
RGB
CMYK
RGB Variations
Color information
#C2F90F (or 0xC2F90F) is known color: Electric Lime. HEX triplet: C2, F9 and 0F. RGB value is (194,249,15). Sum of RGB (Red+Green+Blue) = 194+249+15=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F90F is #3D06F0. Grayscale: #CECECE. Windows color (decimal): -3999473 or 1046978. OLE color: 1046978.
HSL color Cylindrical-coordinate representation of color #C2F90F: hue angle of 74.1º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2F90F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 15 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.02 |
| HSL | 74.1º | 0.95% | 0.52% | - |
| HSV(B) | 74.1º | 0.94% | 0.98% | - |
| XYZ | 56.21 | 79.26 | 12.79 | - |
| YUV | 205.88 | 20.28 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 15 | 0.22 | 0 | 0.94 | 0.02 | 74.1 | 0.95 | 0.52 |
| Hex | C2 | F9 | F | 16 | 0 | 5E | 2 | 4A | 5F | 34 |
| Octal | 302 | 371 | 17 | 26 | 0 | 136 | 2 | 112 | 137 | 64 |
| Binary | 11000010 | 11111001 | 1111 | 10110 | 0 | 1011110 | 10 | 1001010 | 1011111 | 110100 |
Color Harmonies of #C2F90F
Complementary color
Monochromatic Colors of #C2F90F
Black with #C2F90F
Text Example
Text Example
White with #C2F90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F90F; }
p { color: rgb(194,249,15); }
H1.HeaderClassName
{
color: #C2F90F;
}
.AnyTagClassName
{
color: #C2F90F;
}
</style>
background-color css
<style>
a { background-color: #C2F90F; }
a { background-color: rgb(194,249,15); }
div.DivClassName
{
background-color: #C2F90F;
}
.BgClassName
{
background-color: #C2F90F;
}
</style>
border-color css
<style>
span { border-color: #C2F90F; }
span { border-color: rgb(194,249,15); }
td.TdClassName
{
border-color: #C2F90F;
}
.TagClassName
{
border-color: #C2F90F;
}
</style>