Shades of Electric Lime #C2FA0F
Tints of Electric Lime #C2FA0F
RGB
CMYK
RGB Variations
Color information
#C2FA0F (or 0xC2FA0F) is known color: Electric Lime. HEX triplet: C2, FA and 0F. RGB value is (194,250,15). Sum of RGB (Red+Green+Blue) = 194+250+15=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 250 (98.05% from 255 or 54.47% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FA0F is #3D05F0. Grayscale: #CFCFCF. Windows color (decimal): -3999217 or 1047234. OLE color: 1047234.
HSL color Cylindrical-coordinate representation of color #C2FA0F: hue angle of 74.3º degrees, saturation: 0.96, 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 #C2FA0F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 15 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.02 |
| HSL | 74.3º | 0.96% | 0.52% | - |
| HSV(B) | 74.3º | 0.94% | 0.98% | - |
| XYZ | 56.52 | 79.88 | 12.89 | - |
| YUV | 206.47 | 19.95 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 15 | 0.22 | 0 | 0.94 | 0.02 | 74.3 | 0.96 | 0.52 |
| Hex | C2 | FA | F | 16 | 0 | 5E | 2 | 4A | 60 | 34 |
| Octal | 302 | 372 | 17 | 26 | 0 | 136 | 2 | 112 | 140 | 64 |
| Binary | 11000010 | 11111010 | 1111 | 10110 | 0 | 1011110 | 10 | 1001010 | 1100000 | 110100 |
Color Harmonies of #C2FA0F
Complementary color
Monochromatic Colors of #C2FA0F
Black with #C2FA0F
Text Example
Text Example
White with #C2FA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA0F; }
p { color: rgb(194,250,15); }
H1.HeaderClassName
{
color: #C2FA0F;
}
.AnyTagClassName
{
color: #C2FA0F;
}
</style>
background-color css
<style>
a { background-color: #C2FA0F; }
a { background-color: rgb(194,250,15); }
div.DivClassName
{
background-color: #C2FA0F;
}
.BgClassName
{
background-color: #C2FA0F;
}
</style>
border-color css
<style>
span { border-color: #C2FA0F; }
span { border-color: rgb(194,250,15); }
td.TdClassName
{
border-color: #C2FA0F;
}
.TagClassName
{
border-color: #C2FA0F;
}
</style>