Shades of Electric Lime #C2FB0E
Tints of Electric Lime #C2FB0E
RGB
CMYK
RGB Variations
Color information
#C2FB0E (or 0xC2FB0E) is known color: Electric Lime. HEX triplet: C2, FB and 0E. RGB value is (194,251,14). Sum of RGB (Red+Green+Blue) = 194+251+14=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB0E is #3D04F1. Grayscale: #CFCFCF. Windows color (decimal): -3998962 or 981954. OLE color: 981954.
HSL color Cylindrical-coordinate representation of color #C2FB0E: hue angle of 74.43º degrees, saturation: 0.97, 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 #C2FB0E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 14 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.02 |
| HSL | 74.43º | 0.97% | 0.52% | - |
| HSV(B) | 74.43º | 0.94% | 0.98% | - |
| XYZ | 56.82 | 80.5 | 12.96 | - |
| YUV | 206.94 | 19.12 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 14 | 0.23 | 0 | 0.94 | 0.02 | 74.43 | 0.97 | 0.52 |
| Hex | C2 | FB | E | 17 | 0 | 5E | 2 | 4A | 61 | 34 |
| Octal | 302 | 373 | 16 | 27 | 0 | 136 | 2 | 112 | 141 | 64 |
| Binary | 11000010 | 11111011 | 1110 | 10111 | 0 | 1011110 | 10 | 1001010 | 1100001 | 110100 |
Color Harmonies of #C2FB0E
Complementary color
Monochromatic Colors of #C2FB0E
Black with #C2FB0E
Text Example
Text Example
White with #C2FB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB0E; }
p { color: rgb(194,251,14); }
H1.HeaderClassName
{
color: #C2FB0E;
}
.AnyTagClassName
{
color: #C2FB0E;
}
</style>
background-color css
<style>
a { background-color: #C2FB0E; }
a { background-color: rgb(194,251,14); }
div.DivClassName
{
background-color: #C2FB0E;
}
.BgClassName
{
background-color: #C2FB0E;
}
</style>
border-color css
<style>
span { border-color: #C2FB0E; }
span { border-color: rgb(194,251,14); }
td.TdClassName
{
border-color: #C2FB0E;
}
.TagClassName
{
border-color: #C2FB0E;
}
</style>