Shades of Chartreuse #7EFF2B
Tints of Chartreuse #7EFF2B
RGB
CMYK
RGB Variations
Color information
#7EFF2B (or 0x7EFF2B) is known color: Chartreuse. HEX triplet: 7E, FF and 2B. RGB value is (126,255,43). Sum of RGB (Red+Green+Blue) = 126+255+43=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EFF2B is #8100D4. Grayscale: #C0C0C0. Windows color (decimal): -8454357 or 2883454. OLE color: 2883454.
HSL color Cylindrical-coordinate representation of color #7EFF2B: hue angle of 96.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7EFF2B is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 43 | - |
| CMYK | 0.51 | 0 | 0.83 | 0 |
| HSL | 96.51º | 1% | 0.58% | - |
| HSV(B) | 96.51º | 0.83% | 1% | - |
| XYZ | 44.8 | 76.13 | 14.62 | - |
| YUV | 192.26 | 43.76 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 43 | 0.51 | 0 | 0.83 | 0 | 96.51 | 1 | 0.58 |
| Hex | 7E | FF | 2B | 33 | 0 | 53 | 0 | 61 | 64 | 3A |
| Octal | 176 | 377 | 53 | 63 | 0 | 123 | 0 | 141 | 144 | 72 |
| Binary | 1111110 | 11111111 | 101011 | 110011 | 0 | 1010011 | 0 | 1100001 | 1100100 | 111010 |
Color Harmonies of #7EFF2B
Complementary color
Monochromatic Colors of #7EFF2B
Black with #7EFF2B
Text Example
Text Example
White with #7EFF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF2B; }
p { color: rgb(126,255,43); }
H1.HeaderClassName
{
color: #7EFF2B;
}
.AnyTagClassName
{
color: #7EFF2B;
}
</style>
background-color css
<style>
a { background-color: #7EFF2B; }
a { background-color: rgb(126,255,43); }
div.DivClassName
{
background-color: #7EFF2B;
}
.BgClassName
{
background-color: #7EFF2B;
}
</style>
border-color css
<style>
span { border-color: #7EFF2B; }
span { border-color: rgb(126,255,43); }
td.TdClassName
{
border-color: #7EFF2B;
}
.TagClassName
{
border-color: #7EFF2B;
}
</style>