Shades of Electric Lime #C4F91B
Tints of Electric Lime #C4F91B
RGB
CMYK
RGB Variations
Color information
#C4F91B (or 0xC4F91B) is known color: Electric Lime. HEX triplet: C4, F9 and 1B. RGB value is (196,249,27). Sum of RGB (Red+Green+Blue) = 196+249+27=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F91B is #3B06E4. Grayscale: #D0D0D0. Windows color (decimal): -3868389 or 1833412. OLE color: 1833412.
HSL color Cylindrical-coordinate representation of color #C4F91B: hue angle of 74.32º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4F91B is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 249 | 27 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.02 |
| HSL | 74.32º | 0.95% | 0.54% | - |
| HSV(B) | 74.32º | 0.89% | 0.98% | - |
| XYZ | 56.84 | 79.57 | 13.4 | - |
| YUV | 207.85 | 25.94 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 249 | 27 | 0.21 | 0 | 0.89 | 0.02 | 74.32 | 0.95 | 0.54 |
| Hex | C4 | F9 | 1B | 15 | 0 | 59 | 2 | 4A | 5F | 36 |
| Octal | 304 | 371 | 33 | 25 | 0 | 131 | 2 | 112 | 137 | 66 |
| Binary | 11000100 | 11111001 | 11011 | 10101 | 0 | 1011001 | 10 | 1001010 | 1011111 | 110110 |
Color Harmonies of #C4F91B
Complementary color
Monochromatic Colors of #C4F91B
Black with #C4F91B
Text Example
Text Example
White with #C4F91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F91B; }
p { color: rgb(196,249,27); }
H1.HeaderClassName
{
color: #C4F91B;
}
.AnyTagClassName
{
color: #C4F91B;
}
</style>
background-color css
<style>
a { background-color: #C4F91B; }
a { background-color: rgb(196,249,27); }
div.DivClassName
{
background-color: #C4F91B;
}
.BgClassName
{
background-color: #C4F91B;
}
</style>
border-color css
<style>
span { border-color: #C4F91B; }
span { border-color: rgb(196,249,27); }
td.TdClassName
{
border-color: #C4F91B;
}
.TagClassName
{
border-color: #C4F91B;
}
</style>