Shades of Electric Lime #C4F10F
Tints of Electric Lime #C4F10F
RGB
CMYK
RGB Variations
Color information
#C4F10F (or 0xC4F10F) is known color: Electric Lime. HEX triplet: C4, F1 and 0F. RGB value is (196,241,15). Sum of RGB (Red+Green+Blue) = 196+241+15=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F10F is #3B0EF0. Grayscale: #CACACA. Windows color (decimal): -3870449 or 1044932. OLE color: 1044932.
HSL color Cylindrical-coordinate representation of color #C4F10F: hue angle of 71.95º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4F10F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 15 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.05 |
| HSL | 71.95º | 0.89% | 0.5% | - |
| HSV(B) | 71.95º | 0.94% | 0.95% | - |
| XYZ | 54.31 | 74.68 | 12 | - |
| YUV | 201.78 | 22.59 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 15 | 0.19 | 0 | 0.94 | 0.05 | 71.95 | 0.89 | 0.5 |
| Hex | C4 | F1 | F | 13 | 0 | 5E | 5 | 48 | 59 | 32 |
| Octal | 304 | 361 | 17 | 23 | 0 | 136 | 5 | 110 | 131 | 62 |
| Binary | 11000100 | 11110001 | 1111 | 10011 | 0 | 1011110 | 101 | 1001000 | 1011001 | 110010 |
Color Harmonies of #C4F10F
Complementary color
Monochromatic Colors of #C4F10F
Black with #C4F10F
Text Example
Text Example
White with #C4F10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F10F; }
p { color: rgb(196,241,15); }
H1.HeaderClassName
{
color: #C4F10F;
}
.AnyTagClassName
{
color: #C4F10F;
}
</style>
background-color css
<style>
a { background-color: #C4F10F; }
a { background-color: rgb(196,241,15); }
div.DivClassName
{
background-color: #C4F10F;
}
.BgClassName
{
background-color: #C4F10F;
}
</style>
border-color css
<style>
span { border-color: #C4F10F; }
span { border-color: rgb(196,241,15); }
td.TdClassName
{
border-color: #C4F10F;
}
.TagClassName
{
border-color: #C4F10F;
}
</style>