Shades of Electric Lime #C2FF0B
Tints of Electric Lime #C2FF0B
RGB
CMYK
RGB Variations
Color information
#C2FF0B (or 0xC2FF0B) is known color: Electric Lime. HEX triplet: C2, FF and 0B. RGB value is (194,255,11). Sum of RGB (Red+Green+Blue) = 194+255+11=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FF0B is #3D00F4. Grayscale: #D1D1D1. Windows color (decimal): -3997941 or 786370. OLE color: 786370.
HSL color Cylindrical-coordinate representation of color #C2FF0B: hue angle of 75º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2FF0B is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 11 | - |
| CMYK | 0.24 | 0 | 0.96 | 0 |
| HSL | 75º | 1% | 0.52% | - |
| HSV(B) | 75º | 0.96% | 1% | - |
| XYZ | 58.07 | 83.01 | 13.28 | - |
| YUV | 208.95 | 16.29 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 11 | 0.24 | 0 | 0.96 | 0 | 75 | 1 | 0.52 |
| Hex | C2 | FF | B | 18 | 0 | 60 | 0 | 4B | 64 | 34 |
| Octal | 302 | 377 | 13 | 30 | 0 | 140 | 0 | 113 | 144 | 64 |
| Binary | 11000010 | 11111111 | 1011 | 11000 | 0 | 1100000 | 0 | 1001011 | 1100100 | 110100 |
Color Harmonies of #C2FF0B
Complementary color
Monochromatic Colors of #C2FF0B
Black with #C2FF0B
Text Example
Text Example
White with #C2FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF0B; }
p { color: rgb(194,255,11); }
H1.HeaderClassName
{
color: #C2FF0B;
}
.AnyTagClassName
{
color: #C2FF0B;
}
</style>
background-color css
<style>
a { background-color: #C2FF0B; }
a { background-color: rgb(194,255,11); }
div.DivClassName
{
background-color: #C2FF0B;
}
.BgClassName
{
background-color: #C2FF0B;
}
</style>
border-color css
<style>
span { border-color: #C2FF0B; }
span { border-color: rgb(194,255,11); }
td.TdClassName
{
border-color: #C2FF0B;
}
.TagClassName
{
border-color: #C2FF0B;
}
</style>