Shades of Electric Lime #C7FE12
Tints of Electric Lime #C7FE12
RGB
CMYK
RGB Variations
Color information
#C7FE12 (or 0xC7FE12) is known color: Electric Lime. HEX triplet: C7, FE and 12. RGB value is (199,254,18). Sum of RGB (Red+Green+Blue) = 199+254+18=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FE12 is #3801ED. Grayscale: #D3D3D3. Windows color (decimal): -3670510 or 1244871. OLE color: 1244871.
HSL color Cylindrical-coordinate representation of color #C7FE12: hue angle of 73.98º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7FE12 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 254 | 18 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.00 |
| HSL | 73.98º | 0.99% | 0.53% | - |
| HSV(B) | 73.98º | 0.93% | 1% | - |
| XYZ | 59.1 | 83.07 | 13.49 | - |
| YUV | 210.65 | 19.28 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 254 | 18 | 0.22 | 0 | 0.93 | 0.00 | 73.98 | 0.99 | 0.53 |
| Hex | C7 | FE | 12 | 16 | 0 | 5D | 0 | 4A | 63 | 35 |
| Octal | 307 | 376 | 22 | 26 | 0 | 135 | 0 | 112 | 143 | 65 |
| Binary | 11000111 | 11111110 | 10010 | 10110 | 0 | 1011101 | 0 | 1001010 | 1100011 | 110101 |
Color Harmonies of #C7FE12
Complementary color
Monochromatic Colors of #C7FE12
Black with #C7FE12
Text Example
Text Example
White with #C7FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FE12; }
p { color: rgb(199,254,18); }
H1.HeaderClassName
{
color: #C7FE12;
}
.AnyTagClassName
{
color: #C7FE12;
}
</style>
background-color css
<style>
a { background-color: #C7FE12; }
a { background-color: rgb(199,254,18); }
div.DivClassName
{
background-color: #C7FE12;
}
.BgClassName
{
background-color: #C7FE12;
}
</style>
border-color css
<style>
span { border-color: #C7FE12; }
span { border-color: rgb(199,254,18); }
td.TdClassName
{
border-color: #C7FE12;
}
.TagClassName
{
border-color: #C7FE12;
}
</style>