Shades of Electric Lime #C4FF12
Tints of Electric Lime #C4FF12
RGB
CMYK
RGB Variations
Color information
#C4FF12 (or 0xC4FF12) is known color: Electric Lime. HEX triplet: C4, FF and 12. RGB value is (196,255,18). Sum of RGB (Red+Green+Blue) = 196+255+18=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FF12 is #3B00ED. Grayscale: #D3D3D3. Windows color (decimal): -3866862 or 1245124. OLE color: 1245124.
HSL color Cylindrical-coordinate representation of color #C4FF12: hue angle of 74.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4FF12 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0 |
| HSL | 74.94º | 1% | 0.54% | - |
| HSV(B) | 74.94º | 0.93% | 1% | - |
| XYZ | 58.63 | 83.3 | 13.56 | - |
| YUV | 210.34 | 19.45 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 18 | 0.23 | 0 | 0.93 | 0 | 74.94 | 1 | 0.54 |
| Hex | C4 | FF | 12 | 17 | 0 | 5D | 0 | 4B | 64 | 36 |
| Octal | 304 | 377 | 22 | 27 | 0 | 135 | 0 | 113 | 144 | 66 |
| Binary | 11000100 | 11111111 | 10010 | 10111 | 0 | 1011101 | 0 | 1001011 | 1100100 | 110110 |
Color Harmonies of #C4FF12
Complementary color
Monochromatic Colors of #C4FF12
Black with #C4FF12
Text Example
Text Example
White with #C4FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FF12; }
p { color: rgb(196,255,18); }
H1.HeaderClassName
{
color: #C4FF12;
}
.AnyTagClassName
{
color: #C4FF12;
}
</style>
background-color css
<style>
a { background-color: #C4FF12; }
a { background-color: rgb(196,255,18); }
div.DivClassName
{
background-color: #C4FF12;
}
.BgClassName
{
background-color: #C4FF12;
}
</style>
border-color css
<style>
span { border-color: #C4FF12; }
span { border-color: rgb(196,255,18); }
td.TdClassName
{
border-color: #C4FF12;
}
.TagClassName
{
border-color: #C4FF12;
}
</style>