Shades of Electric Lime #C4FA1B
Tints of Electric Lime #C4FA1B
RGB
CMYK
RGB Variations
Color information
#C4FA1B (or 0xC4FA1B) is known color: Electric Lime. HEX triplet: C4, FA and 1B. RGB value is (196,250,27). Sum of RGB (Red+Green+Blue) = 196+250+27=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4FA1B is #3B05E4. Grayscale: #D1D1D1. Windows color (decimal): -3868133 or 1833668. OLE color: 1833668.
HSL color Cylindrical-coordinate representation of color #C4FA1B: hue angle of 74.53º degrees, saturation: 0.96, 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 #C4FA1B is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 27 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.02 |
| HSL | 74.53º | 0.96% | 0.54% | - |
| HSV(B) | 74.53º | 0.89% | 0.98% | - |
| XYZ | 57.15 | 80.19 | 13.5 | - |
| YUV | 208.43 | 25.61 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 27 | 0.22 | 0 | 0.89 | 0.02 | 74.53 | 0.96 | 0.54 |
| Hex | C4 | FA | 1B | 16 | 0 | 59 | 2 | 4B | 60 | 36 |
| Octal | 304 | 372 | 33 | 26 | 0 | 131 | 2 | 113 | 140 | 66 |
| Binary | 11000100 | 11111010 | 11011 | 10110 | 0 | 1011001 | 10 | 1001011 | 1100000 | 110110 |
Color Harmonies of #C4FA1B
Complementary color
Monochromatic Colors of #C4FA1B
Black with #C4FA1B
Text Example
Text Example
White with #C4FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FA1B; }
p { color: rgb(196,250,27); }
H1.HeaderClassName
{
color: #C4FA1B;
}
.AnyTagClassName
{
color: #C4FA1B;
}
</style>
background-color css
<style>
a { background-color: #C4FA1B; }
a { background-color: rgb(196,250,27); }
div.DivClassName
{
background-color: #C4FA1B;
}
.BgClassName
{
background-color: #C4FA1B;
}
</style>
border-color css
<style>
span { border-color: #C4FA1B; }
span { border-color: rgb(196,250,27); }
td.TdClassName
{
border-color: #C4FA1B;
}
.TagClassName
{
border-color: #C4FA1B;
}
</style>