Shades of Electric Lime #C2FB02
Tints of Electric Lime #C2FB02
RGB
CMYK
RGB Variations
Color information
#C2FB02 (or 0xC2FB02) is known color: Electric Lime. HEX triplet: C2, FB and 02. RGB value is (194,251,2). Sum of RGB (Red+Green+Blue) = 194+251+2=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB02 is #3D04FD. Grayscale: #CECECE. Windows color (decimal): -3998974 or 195522. OLE color: 195522.
HSL color Cylindrical-coordinate representation of color #C2FB02: hue angle of 73.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2FB02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.02 |
| HSL | 73.73º | 0.98% | 0.5% | - |
| HSV(B) | 73.73º | 0.99% | 0.98% | - |
| XYZ | 56.76 | 80.47 | 12.6 | - |
| YUV | 205.57 | 13.12 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 2 | 0.23 | 0 | 0.99 | 0.02 | 73.73 | 0.98 | 0.5 |
| Hex | C2 | FB | 2 | 17 | 0 | 63 | 2 | 4A | 62 | 32 |
| Octal | 302 | 373 | 2 | 27 | 0 | 143 | 2 | 112 | 142 | 62 |
| Binary | 11000010 | 11111011 | 10 | 10111 | 0 | 1100011 | 10 | 1001010 | 1100010 | 110010 |
Color Harmonies of #C2FB02
Complementary color
Monochromatic Colors of #C2FB02
Black with #C2FB02
Text Example
Text Example
White with #C2FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB02; }
p { color: rgb(194,251,2); }
H1.HeaderClassName
{
color: #C2FB02;
}
.AnyTagClassName
{
color: #C2FB02;
}
</style>
background-color css
<style>
a { background-color: #C2FB02; }
a { background-color: rgb(194,251,2); }
div.DivClassName
{
background-color: #C2FB02;
}
.BgClassName
{
background-color: #C2FB02;
}
</style>
border-color css
<style>
span { border-color: #C2FB02; }
span { border-color: rgb(194,251,2); }
td.TdClassName
{
border-color: #C2FB02;
}
.TagClassName
{
border-color: #C2FB02;
}
</style>