Shades of Electric Lime #C8FB02
Tints of Electric Lime #C8FB02
RGB
CMYK
RGB Variations
Color information
#C8FB02 (or 0xC8FB02) is known color: Electric Lime. HEX triplet: C8, FB and 02. RGB value is (200,251,2). Sum of RGB (Red+Green+Blue) = 200+251+2=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 251 (98.44% from 255 or 55.41% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FB02 is #3704FD. Grayscale: #D0D0D0. Windows color (decimal): -3605758 or 195528. OLE color: 195528.
HSL color Cylindrical-coordinate representation of color #C8FB02: hue angle of 72.29º 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 #C8FB02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.02 |
| HSL | 72.29º | 0.98% | 0.5% | - |
| HSV(B) | 72.29º | 0.99% | 0.98% | - |
| XYZ | 58.33 | 81.28 | 12.67 | - |
| YUV | 207.37 | 12.1 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 2 | 0.20 | 0 | 0.99 | 0.02 | 72.29 | 0.98 | 0.5 |
| Hex | C8 | FB | 2 | 14 | 0 | 63 | 2 | 48 | 62 | 32 |
| Octal | 310 | 373 | 2 | 24 | 0 | 143 | 2 | 110 | 142 | 62 |
| Binary | 11001000 | 11111011 | 10 | 10100 | 0 | 1100011 | 10 | 1001000 | 1100010 | 110010 |
Color Harmonies of #C8FB02
Complementary color
Monochromatic Colors of #C8FB02
Black with #C8FB02
Text Example
Text Example
White with #C8FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB02; }
p { color: rgb(200,251,2); }
H1.HeaderClassName
{
color: #C8FB02;
}
.AnyTagClassName
{
color: #C8FB02;
}
</style>
background-color css
<style>
a { background-color: #C8FB02; }
a { background-color: rgb(200,251,2); }
div.DivClassName
{
background-color: #C8FB02;
}
.BgClassName
{
background-color: #C8FB02;
}
</style>
border-color css
<style>
span { border-color: #C8FB02; }
span { border-color: rgb(200,251,2); }
td.TdClassName
{
border-color: #C8FB02;
}
.TagClassName
{
border-color: #C8FB02;
}
</style>