Shades of Electric Lime #C4F90A
Tints of Electric Lime #C4F90A
RGB
CMYK
RGB Variations
Color information
#C4F90A (or 0xC4F90A) is known color: Electric Lime. HEX triplet: C4, F9 and 0A. RGB value is (196,249,10). Sum of RGB (Red+Green+Blue) = 196+249+10=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F90A is #3B06F5. Grayscale: #CECECE. Windows color (decimal): -3868406 or 719300. OLE color: 719300.
HSL color Cylindrical-coordinate representation of color #C4F90A: hue angle of 73.31º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4F90A is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 249 | 10 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.02 |
| HSL | 73.31º | 0.95% | 0.51% | - |
| HSV(B) | 73.31º | 0.96% | 0.98% | - |
| XYZ | 56.7 | 79.51 | 12.65 | - |
| YUV | 205.91 | 17.44 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 249 | 10 | 0.21 | 0 | 0.96 | 0.02 | 73.31 | 0.95 | 0.51 |
| Hex | C4 | F9 | A | 15 | 0 | 60 | 2 | 49 | 5F | 33 |
| Octal | 304 | 371 | 12 | 25 | 0 | 140 | 2 | 111 | 137 | 63 |
| Binary | 11000100 | 11111001 | 1010 | 10101 | 0 | 1100000 | 10 | 1001001 | 1011111 | 110011 |
Color Harmonies of #C4F90A
Complementary color
Monochromatic Colors of #C4F90A
Black with #C4F90A
Text Example
Text Example
White with #C4F90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F90A; }
p { color: rgb(196,249,10); }
H1.HeaderClassName
{
color: #C4F90A;
}
.AnyTagClassName
{
color: #C4F90A;
}
</style>
background-color css
<style>
a { background-color: #C4F90A; }
a { background-color: rgb(196,249,10); }
div.DivClassName
{
background-color: #C4F90A;
}
.BgClassName
{
background-color: #C4F90A;
}
</style>
border-color css
<style>
span { border-color: #C4F90A; }
span { border-color: rgb(196,249,10); }
td.TdClassName
{
border-color: #C4F90A;
}
.TagClassName
{
border-color: #C4F90A;
}
</style>