Shades of Electric Lime #C8FB1F
Tints of Electric Lime #C8FB1F
RGB
CMYK
RGB Variations
Color information
#C8FB1F (or 0xC8FB1F) is known color: Electric Lime. HEX triplet: C8, FB and 1F. RGB value is (200,251,31). Sum of RGB (Red+Green+Blue) = 200+251+31=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FB1F is #3704E0. Grayscale: #D3D3D3. Windows color (decimal): -3605729 or 2096072. OLE color: 2096072.
HSL color Cylindrical-coordinate representation of color #C8FB1F: hue angle of 73.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8FB1F is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 31 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.02 |
| HSL | 73.91º | 0.96% | 0.55% | - |
| HSV(B) | 73.91º | 0.88% | 0.98% | - |
| XYZ | 58.56 | 81.37 | 13.92 | - |
| YUV | 210.67 | 26.6 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 31 | 0.20 | 0 | 0.88 | 0.02 | 73.91 | 0.96 | 0.55 |
| Hex | C8 | FB | 1F | 14 | 0 | 58 | 2 | 4A | 60 | 37 |
| Octal | 310 | 373 | 37 | 24 | 0 | 130 | 2 | 112 | 140 | 67 |
| Binary | 11001000 | 11111011 | 11111 | 10100 | 0 | 1011000 | 10 | 1001010 | 1100000 | 110111 |
Color Harmonies of #C8FB1F
Complementary color
Monochromatic Colors of #C8FB1F
Black with #C8FB1F
Text Example
Text Example
White with #C8FB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB1F; }
p { color: rgb(200,251,31); }
H1.HeaderClassName
{
color: #C8FB1F;
}
.AnyTagClassName
{
color: #C8FB1F;
}
</style>
background-color css
<style>
a { background-color: #C8FB1F; }
a { background-color: rgb(200,251,31); }
div.DivClassName
{
background-color: #C8FB1F;
}
.BgClassName
{
background-color: #C8FB1F;
}
</style>
border-color css
<style>
span { border-color: #C8FB1F; }
span { border-color: rgb(200,251,31); }
td.TdClassName
{
border-color: #C8FB1F;
}
.TagClassName
{
border-color: #C8FB1F;
}
</style>