Shades of Electric Lime #C2FB0B
Tints of Electric Lime #C2FB0B
RGB
CMYK
RGB Variations
Color information
#C2FB0B (or 0xC2FB0B) is known color: Electric Lime. HEX triplet: C2, FB and 0B. RGB value is (194,251,11). Sum of RGB (Red+Green+Blue) = 194+251+11=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB0B is #3D04F4. Grayscale: #CFCFCF. Windows color (decimal): -3998965 or 785346. OLE color: 785346.
HSL color Cylindrical-coordinate representation of color #C2FB0B: hue angle of 74.25º degrees, saturation: 0.97, 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 #C2FB0B is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 11 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.02 |
| HSL | 74.25º | 0.97% | 0.51% | - |
| HSV(B) | 74.25º | 0.96% | 0.98% | - |
| XYZ | 56.81 | 80.49 | 12.86 | - |
| YUV | 206.6 | 17.62 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 11 | 0.23 | 0 | 0.96 | 0.02 | 74.25 | 0.97 | 0.51 |
| Hex | C2 | FB | B | 17 | 0 | 60 | 2 | 4A | 61 | 33 |
| Octal | 302 | 373 | 13 | 27 | 0 | 140 | 2 | 112 | 141 | 63 |
| Binary | 11000010 | 11111011 | 1011 | 10111 | 0 | 1100000 | 10 | 1001010 | 1100001 | 110011 |
Color Harmonies of #C2FB0B
Complementary color
Monochromatic Colors of #C2FB0B
Black with #C2FB0B
Text Example
Text Example
White with #C2FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB0B; }
p { color: rgb(194,251,11); }
H1.HeaderClassName
{
color: #C2FB0B;
}
.AnyTagClassName
{
color: #C2FB0B;
}
</style>
background-color css
<style>
a { background-color: #C2FB0B; }
a { background-color: rgb(194,251,11); }
div.DivClassName
{
background-color: #C2FB0B;
}
.BgClassName
{
background-color: #C2FB0B;
}
</style>
border-color css
<style>
span { border-color: #C2FB0B; }
span { border-color: rgb(194,251,11); }
td.TdClassName
{
border-color: #C2FB0B;
}
.TagClassName
{
border-color: #C2FB0B;
}
</style>