Shades of Electric Lime #C2FB06
Tints of Electric Lime #C2FB06
RGB
CMYK
RGB Variations
Color information
#C2FB06 (or 0xC2FB06) is known color: Electric Lime. HEX triplet: C2, FB and 06. RGB value is (194,251,6). Sum of RGB (Red+Green+Blue) = 194+251+6=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 251 (98.44% from 255 or 55.65% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB06 is #3D04F9. Grayscale: #CECECE. Windows color (decimal): -3998970 or 457666. OLE color: 457666.
HSL color Cylindrical-coordinate representation of color #C2FB06: hue angle of 73.96º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2FB06 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 6 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.02 |
| HSL | 73.96º | 0.97% | 0.5% | - |
| HSV(B) | 73.96º | 0.98% | 0.98% | - |
| XYZ | 56.78 | 80.48 | 12.71 | - |
| YUV | 206.03 | 15.12 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 6 | 0.23 | 0 | 0.98 | 0.02 | 73.96 | 0.97 | 0.5 |
| Hex | C2 | FB | 6 | 17 | 0 | 62 | 2 | 4A | 61 | 32 |
| Octal | 302 | 373 | 6 | 27 | 0 | 142 | 2 | 112 | 141 | 62 |
| Binary | 11000010 | 11111011 | 110 | 10111 | 0 | 1100010 | 10 | 1001010 | 1100001 | 110010 |
Color Harmonies of #C2FB06
Complementary color
Monochromatic Colors of #C2FB06
Black with #C2FB06
Text Example
Text Example
White with #C2FB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB06; }
p { color: rgb(194,251,6); }
H1.HeaderClassName
{
color: #C2FB06;
}
.AnyTagClassName
{
color: #C2FB06;
}
</style>
background-color css
<style>
a { background-color: #C2FB06; }
a { background-color: rgb(194,251,6); }
div.DivClassName
{
background-color: #C2FB06;
}
.BgClassName
{
background-color: #C2FB06;
}
</style>
border-color css
<style>
span { border-color: #C2FB06; }
span { border-color: rgb(194,251,6); }
td.TdClassName
{
border-color: #C2FB06;
}
.TagClassName
{
border-color: #C2FB06;
}
</style>