Shades of Electric Lime #C2F40B
Tints of Electric Lime #C2F40B
RGB
CMYK
RGB Variations
Color information
#C2F40B (or 0xC2F40B) is known color: Electric Lime. HEX triplet: C2, F4 and 0B. RGB value is (194,244,11). Sum of RGB (Red+Green+Blue) = 194+244+11=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 244 (95.70% from 255 or 54.34% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F40B is #3D0BF4. Grayscale: #CBCBCB. Windows color (decimal): -4000757 or 783554. OLE color: 783554.
HSL color Cylindrical-coordinate representation of color #C2F40B: hue angle of 72.88º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2F40B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 11 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.04 |
| HSL | 72.88º | 0.91% | 0.5% | - |
| HSV(B) | 72.88º | 0.95% | 0.96% | - |
| XYZ | 54.66 | 76.19 | 12.14 | - |
| YUV | 202.49 | 19.94 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 11 | 0.20 | 0 | 0.95 | 0.04 | 72.88 | 0.91 | 0.5 |
| Hex | C2 | F4 | B | 14 | 0 | 5F | 4 | 49 | 5B | 32 |
| Octal | 302 | 364 | 13 | 24 | 0 | 137 | 4 | 111 | 133 | 62 |
| Binary | 11000010 | 11110100 | 1011 | 10100 | 0 | 1011111 | 100 | 1001001 | 1011011 | 110010 |
Color Harmonies of #C2F40B
Complementary color
Monochromatic Colors of #C2F40B
Black with #C2F40B
Text Example
Text Example
White with #C2F40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F40B; }
p { color: rgb(194,244,11); }
H1.HeaderClassName
{
color: #C2F40B;
}
.AnyTagClassName
{
color: #C2F40B;
}
</style>
background-color css
<style>
a { background-color: #C2F40B; }
a { background-color: rgb(194,244,11); }
div.DivClassName
{
background-color: #C2F40B;
}
.BgClassName
{
background-color: #C2F40B;
}
</style>
border-color css
<style>
span { border-color: #C2F40B; }
span { border-color: rgb(194,244,11); }
td.TdClassName
{
border-color: #C2F40B;
}
.TagClassName
{
border-color: #C2F40B;
}
</style>