Shades of Electric Lime #C4F91D
Tints of Electric Lime #C4F91D
RGB
CMYK
RGB Variations
Color information
#C4F91D (or 0xC4F91D) is known color: Electric Lime. HEX triplet: C4, F9 and 1D. RGB value is (196,249,29). Sum of RGB (Red+Green+Blue) = 196+249+29=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F91D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F91D is #3B06E2. Grayscale: #D0D0D0. Windows color (decimal): -3868387 or 1964484. OLE color: 1964484.
HSL color Cylindrical-coordinate representation of color #C4F91D: hue angle of 74.45º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4F91D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 249 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.02 |
| HSL | 74.45º | 0.95% | 0.55% | - |
| HSV(B) | 74.45º | 0.88% | 0.98% | - |
| XYZ | 56.86 | 79.58 | 13.53 | - |
| YUV | 208.07 | 26.94 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 249 | 29 | 0.21 | 0 | 0.88 | 0.02 | 74.45 | 0.95 | 0.55 |
| Hex | C4 | F9 | 1D | 15 | 0 | 58 | 2 | 4A | 5F | 37 |
| Octal | 304 | 371 | 35 | 25 | 0 | 130 | 2 | 112 | 137 | 67 |
| Binary | 11000100 | 11111001 | 11101 | 10101 | 0 | 1011000 | 10 | 1001010 | 1011111 | 110111 |
Color Harmonies of #C4F91D
Complementary color
Monochromatic Colors of #C4F91D
Black with #C4F91D
Text Example
Text Example
White with #C4F91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F91D; }
p { color: rgb(196,249,29); }
H1.HeaderClassName
{
color: #C4F91D;
}
.AnyTagClassName
{
color: #C4F91D;
}
</style>
background-color css
<style>
a { background-color: #C4F91D; }
a { background-color: rgb(196,249,29); }
div.DivClassName
{
background-color: #C4F91D;
}
.BgClassName
{
background-color: #C4F91D;
}
</style>
border-color css
<style>
span { border-color: #C4F91D; }
span { border-color: rgb(196,249,29); }
td.TdClassName
{
border-color: #C4F91D;
}
.TagClassName
{
border-color: #C4F91D;
}
</style>