Shades of Bright Green #6EE12C
Tints of Bright Green #6EE12C
RGB
CMYK
RGB Variations
Color information
#6EE12C (or 0x6EE12C) is known color: Bright Green. HEX triplet: 6E, E1 and 2C. RGB value is (110,225,44). Sum of RGB (Red+Green+Blue) = 110+225+44=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EE12C is #911ED3. Grayscale: #AAAAAA. Windows color (decimal): -9510612 or 2941294. OLE color: 2941294.
HSL color Cylindrical-coordinate representation of color #6EE12C: hue angle of 98.12º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EE12C is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 44 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.12 |
| HSL | 98.12º | 0.75% | 0.53% | - |
| HSV(B) | 98.12º | 0.8% | 0.88% | - |
| XYZ | 33.81 | 57.35 | 11.67 | - |
| YUV | 169.98 | 56.9 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 44 | 0.51 | 0 | 0.80 | 0.12 | 98.12 | 0.75 | 0.53 |
| Hex | 6E | E1 | 2C | 33 | 0 | 50 | C | 62 | 4B | 35 |
| Octal | 156 | 341 | 54 | 63 | 0 | 120 | 14 | 142 | 113 | 65 |
| Binary | 1101110 | 11100001 | 101100 | 110011 | 0 | 1010000 | 1100 | 1100010 | 1001011 | 110101 |
Color Harmonies of #6EE12C
Complementary color
Monochromatic Colors of #6EE12C
Black with #6EE12C
Text Example
Text Example
White with #6EE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE12C; }
p { color: rgb(110,225,44); }
H1.HeaderClassName
{
color: #6EE12C;
}
.AnyTagClassName
{
color: #6EE12C;
}
</style>
background-color css
<style>
a { background-color: #6EE12C; }
a { background-color: rgb(110,225,44); }
div.DivClassName
{
background-color: #6EE12C;
}
.BgClassName
{
background-color: #6EE12C;
}
</style>
border-color css
<style>
span { border-color: #6EE12C; }
span { border-color: rgb(110,225,44); }
td.TdClassName
{
border-color: #6EE12C;
}
.TagClassName
{
border-color: #6EE12C;
}
</style>