Shades of Electric Lime #C4F111
Tints of Electric Lime #C4F111
RGB
CMYK
RGB Variations
Color information
#C4F111 (or 0xC4F111) is known color: Electric Lime. HEX triplet: C4, F1 and 11. RGB value is (196,241,17). Sum of RGB (Red+Green+Blue) = 196+241+17=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F111 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F111 is #3B0EEE. Grayscale: #CACACA. Windows color (decimal): -3870447 or 1176004. OLE color: 1176004.
HSL color Cylindrical-coordinate representation of color #C4F111: hue angle of 72.05º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4F111 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.05 |
| HSL | 72.05º | 0.89% | 0.51% | - |
| HSV(B) | 72.05º | 0.93% | 0.95% | - |
| XYZ | 54.32 | 74.69 | 12.08 | - |
| YUV | 202.01 | 23.59 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 17 | 0.19 | 0 | 0.93 | 0.05 | 72.05 | 0.89 | 0.51 |
| Hex | C4 | F1 | 11 | 13 | 0 | 5D | 5 | 48 | 59 | 33 |
| Octal | 304 | 361 | 21 | 23 | 0 | 135 | 5 | 110 | 131 | 63 |
| Binary | 11000100 | 11110001 | 10001 | 10011 | 0 | 1011101 | 101 | 1001000 | 1011001 | 110011 |
Color Harmonies of #C4F111
Complementary color
Monochromatic Colors of #C4F111
Black with #C4F111
Text Example
Text Example
White with #C4F111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F111; }
p { color: rgb(196,241,17); }
H1.HeaderClassName
{
color: #C4F111;
}
.AnyTagClassName
{
color: #C4F111;
}
</style>
background-color css
<style>
a { background-color: #C4F111; }
a { background-color: rgb(196,241,17); }
div.DivClassName
{
background-color: #C4F111;
}
.BgClassName
{
background-color: #C4F111;
}
</style>
border-color css
<style>
span { border-color: #C4F111; }
span { border-color: rgb(196,241,17); }
td.TdClassName
{
border-color: #C4F111;
}
.TagClassName
{
border-color: #C4F111;
}
</style>