Shades of Lawn Green #6EDA02
Tints of Lawn Green #6EDA02
RGB
CMYK
RGB Variations
Color information
#6EDA02 (or 0x6EDA02) is known color: Lawn Green. HEX triplet: 6E, DA and 02. RGB value is (110,218,2). Sum of RGB (Red+Green+Blue) = 110+218+2=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 218 (85.55% from 255 or 66.06% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EDA02 is #9125FD. Grayscale: #A1A1A1. Windows color (decimal): -9512446 or 186990. OLE color: 186990.
HSL color Cylindrical-coordinate representation of color #6EDA02: hue angle of 90º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6EDA02 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.15 |
| HSL | 90º | 0.98% | 0.43% | - |
| HSV(B) | 90º | 0.99% | 0.85% | - |
| XYZ | 31.51 | 53.46 | 8.72 | - |
| YUV | 161.08 | 38.22 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 2 | 0.50 | 0 | 0.99 | 0.15 | 90 | 0.98 | 0.43 |
| Hex | 6E | DA | 2 | 32 | 0 | 63 | F | 5A | 62 | 2B |
| Octal | 156 | 332 | 2 | 62 | 0 | 143 | 17 | 132 | 142 | 53 |
| Binary | 1101110 | 11011010 | 10 | 110010 | 0 | 1100011 | 1111 | 1011010 | 1100010 | 101011 |
Color Harmonies of #6EDA02
Complementary color
Monochromatic Colors of #6EDA02
Black with #6EDA02
Text Example
Text Example
White with #6EDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA02; }
p { color: rgb(110,218,2); }
H1.HeaderClassName
{
color: #6EDA02;
}
.AnyTagClassName
{
color: #6EDA02;
}
</style>
background-color css
<style>
a { background-color: #6EDA02; }
a { background-color: rgb(110,218,2); }
div.DivClassName
{
background-color: #6EDA02;
}
.BgClassName
{
background-color: #6EDA02;
}
</style>
border-color css
<style>
span { border-color: #6EDA02; }
span { border-color: rgb(110,218,2); }
td.TdClassName
{
border-color: #6EDA02;
}
.TagClassName
{
border-color: #6EDA02;
}
</style>