Shades of Chartreuse #8BFB1E
Tints of Chartreuse #8BFB1E
RGB
CMYK
RGB Variations
Color information
#8BFB1E (or 0x8BFB1E) is known color: Chartreuse. HEX triplet: 8B, FB and 1E. RGB value is (139,251,30). Sum of RGB (Red+Green+Blue) = 139+251+30=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 251 (98.44% from 255 or 59.76% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFB1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BFB1E is #7404E1. Grayscale: #C1C1C1. Windows color (decimal): -7603426 or 2030475. OLE color: 2030475.
HSL color Cylindrical-coordinate representation of color #8BFB1E: hue angle of 90.41º degrees, saturation: 0.97, 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 #8BFB1E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 251 | 30 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.02 |
| HSL | 90.41º | 0.97% | 0.55% | - |
| HSV(B) | 90.41º | 0.88% | 0.98% | - |
| XYZ | 45.38 | 74.58 | 13.23 | - |
| YUV | 192.32 | 36.39 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 251 | 30 | 0.45 | 0 | 0.88 | 0.02 | 90.41 | 0.97 | 0.55 |
| Hex | 8B | FB | 1E | 2D | 0 | 58 | 2 | 5A | 61 | 37 |
| Octal | 213 | 373 | 36 | 55 | 0 | 130 | 2 | 132 | 141 | 67 |
| Binary | 10001011 | 11111011 | 11110 | 101101 | 0 | 1011000 | 10 | 1011010 | 1100001 | 110111 |
Color Harmonies of #8BFB1E
Complementary color
Monochromatic Colors of #8BFB1E
Black with #8BFB1E
Text Example
Text Example
White with #8BFB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFB1E; }
p { color: rgb(139,251,30); }
H1.HeaderClassName
{
color: #8BFB1E;
}
.AnyTagClassName
{
color: #8BFB1E;
}
</style>
background-color css
<style>
a { background-color: #8BFB1E; }
a { background-color: rgb(139,251,30); }
div.DivClassName
{
background-color: #8BFB1E;
}
.BgClassName
{
background-color: #8BFB1E;
}
</style>
border-color css
<style>
span { border-color: #8BFB1E; }
span { border-color: rgb(139,251,30); }
td.TdClassName
{
border-color: #8BFB1E;
}
.TagClassName
{
border-color: #8BFB1E;
}
</style>