Shades of Chartreuse #7EFF1B
Tints of Chartreuse #7EFF1B
RGB
CMYK
RGB Variations
Color information
#7EFF1B (or 0x7EFF1B) is known color: Chartreuse. HEX triplet: 7E, FF and 1B. RGB value is (126,255,27). Sum of RGB (Red+Green+Blue) = 126+255+27=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EFF1B is #8100E4. Grayscale: #BFBFBF. Windows color (decimal): -8454373 or 1834878. OLE color: 1834878.
HSL color Cylindrical-coordinate representation of color #7EFF1B: hue angle of 93.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7EFF1B is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 27 | - |
| CMYK | 0.51 | 0 | 0.89 | 0 |
| HSL | 93.95º | 1% | 0.55% | - |
| HSV(B) | 93.95º | 0.89% | 1% | - |
| XYZ | 44.56 | 76.03 | 13.36 | - |
| YUV | 190.44 | 35.76 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 27 | 0.51 | 0 | 0.89 | 0 | 93.95 | 1 | 0.55 |
| Hex | 7E | FF | 1B | 33 | 0 | 59 | 0 | 5E | 64 | 37 |
| Octal | 176 | 377 | 33 | 63 | 0 | 131 | 0 | 136 | 144 | 67 |
| Binary | 1111110 | 11111111 | 11011 | 110011 | 0 | 1011001 | 0 | 1011110 | 1100100 | 110111 |
Color Harmonies of #7EFF1B
Complementary color
Monochromatic Colors of #7EFF1B
Black with #7EFF1B
Text Example
Text Example
White with #7EFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF1B; }
p { color: rgb(126,255,27); }
H1.HeaderClassName
{
color: #7EFF1B;
}
.AnyTagClassName
{
color: #7EFF1B;
}
</style>
background-color css
<style>
a { background-color: #7EFF1B; }
a { background-color: rgb(126,255,27); }
div.DivClassName
{
background-color: #7EFF1B;
}
.BgClassName
{
background-color: #7EFF1B;
}
</style>
border-color css
<style>
span { border-color: #7EFF1B; }
span { border-color: rgb(126,255,27); }
td.TdClassName
{
border-color: #7EFF1B;
}
.TagClassName
{
border-color: #7EFF1B;
}
</style>