Shades of Electric Lime #C8FB20
Tints of Electric Lime #C8FB20
RGB
CMYK
RGB Variations
Color information
#C8FB20 (or 0xC8FB20) is known color: Electric Lime. HEX triplet: C8, FB and 20. RGB value is (200,251,32). Sum of RGB (Red+Green+Blue) = 200+251+32=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FB20 is #3704DF. Grayscale: #D3D3D3. Windows color (decimal): -3605728 or 2161608. OLE color: 2161608.
HSL color Cylindrical-coordinate representation of color #C8FB20: hue angle of 73.97º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8FB20 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 32 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.02 |
| HSL | 73.97º | 0.96% | 0.55% | - |
| HSV(B) | 73.97º | 0.87% | 0.98% | - |
| XYZ | 58.58 | 81.38 | 13.99 | - |
| YUV | 210.79 | 27.1 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 32 | 0.20 | 0 | 0.87 | 0.02 | 73.97 | 0.96 | 0.55 |
| Hex | C8 | FB | 20 | 14 | 0 | 57 | 2 | 4A | 60 | 37 |
| Octal | 310 | 373 | 40 | 24 | 0 | 127 | 2 | 112 | 140 | 67 |
| Binary | 11001000 | 11111011 | 100000 | 10100 | 0 | 1010111 | 10 | 1001010 | 1100000 | 110111 |
Color Harmonies of #C8FB20
Complementary color
Monochromatic Colors of #C8FB20
Black with #C8FB20
Text Example
Text Example
White with #C8FB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB20; }
p { color: rgb(200,251,32); }
H1.HeaderClassName
{
color: #C8FB20;
}
.AnyTagClassName
{
color: #C8FB20;
}
</style>
background-color css
<style>
a { background-color: #C8FB20; }
a { background-color: rgb(200,251,32); }
div.DivClassName
{
background-color: #C8FB20;
}
.BgClassName
{
background-color: #C8FB20;
}
</style>
border-color css
<style>
span { border-color: #C8FB20; }
span { border-color: rgb(200,251,32); }
td.TdClassName
{
border-color: #C8FB20;
}
.TagClassName
{
border-color: #C8FB20;
}
</style>