Shades of Bright Green #6EED34
Tints of Bright Green #6EED34
RGB
CMYK
RGB Variations
Color information
#6EED34 (or 0x6EED34) is known color: Bright Green. HEX triplet: 6E, ED and 34. RGB value is (110,237,52). Sum of RGB (Red+Green+Blue) = 110+237+52=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EED34 is #9112CB. Grayscale: #B2B2B2. Windows color (decimal): -9507532 or 3468654. OLE color: 3468654.
HSL color Cylindrical-coordinate representation of color #6EED34: hue angle of 101.19º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6EED34 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 52 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.07 |
| HSL | 101.19º | 0.84% | 0.57% | - |
| HSV(B) | 101.19º | 0.78% | 0.93% | - |
| XYZ | 37.33 | 64.13 | 13.66 | - |
| YUV | 177.94 | 56.92 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 52 | 0.54 | 0 | 0.78 | 0.07 | 101.19 | 0.84 | 0.57 |
| Hex | 6E | ED | 34 | 36 | 0 | 4E | 7 | 65 | 54 | 39 |
| Octal | 156 | 355 | 64 | 66 | 0 | 116 | 7 | 145 | 124 | 71 |
| Binary | 1101110 | 11101101 | 110100 | 110110 | 0 | 1001110 | 111 | 1100101 | 1010100 | 111001 |
Color Harmonies of #6EED34
Complementary color
Monochromatic Colors of #6EED34
Black with #6EED34
Text Example
Text Example
White with #6EED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EED34; }
p { color: rgb(110,237,52); }
H1.HeaderClassName
{
color: #6EED34;
}
.AnyTagClassName
{
color: #6EED34;
}
</style>
background-color css
<style>
a { background-color: #6EED34; }
a { background-color: rgb(110,237,52); }
div.DivClassName
{
background-color: #6EED34;
}
.BgClassName
{
background-color: #6EED34;
}
</style>
border-color css
<style>
span { border-color: #6EED34; }
span { border-color: rgb(110,237,52); }
td.TdClassName
{
border-color: #6EED34;
}
.TagClassName
{
border-color: #6EED34;
}
</style>