Shades of Lawn Green #6EDE02
Tints of Lawn Green #6EDE02
RGB
CMYK
RGB Variations
Color information
#6EDE02 (or 0x6EDE02) is known color: Lawn Green. HEX triplet: 6E, DE and 02. RGB value is (110,222,2). Sum of RGB (Red+Green+Blue) = 110+222+2=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 222 (87.11% from 255 or 66.47% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EDE02 is #9121FD. Grayscale: #A4A4A4. Windows color (decimal): -9511422 or 188014. OLE color: 188014.
HSL color Cylindrical-coordinate representation of color #6EDE02: hue angle of 90.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6EDE02 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.13 |
| HSL | 90.55º | 0.98% | 0.44% | - |
| HSV(B) | 90.55º | 0.99% | 0.87% | - |
| XYZ | 32.56 | 55.56 | 9.07 | - |
| YUV | 163.43 | 36.89 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 2 | 0.50 | 0 | 0.99 | 0.13 | 90.55 | 0.98 | 0.44 |
| Hex | 6E | DE | 2 | 32 | 0 | 63 | D | 5B | 62 | 2C |
| Octal | 156 | 336 | 2 | 62 | 0 | 143 | 15 | 133 | 142 | 54 |
| Binary | 1101110 | 11011110 | 10 | 110010 | 0 | 1100011 | 1101 | 1011011 | 1100010 | 101100 |
Color Harmonies of #6EDE02
Complementary color
Monochromatic Colors of #6EDE02
Black with #6EDE02
Text Example
Text Example
White with #6EDE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDE02; }
p { color: rgb(110,222,2); }
H1.HeaderClassName
{
color: #6EDE02;
}
.AnyTagClassName
{
color: #6EDE02;
}
</style>
background-color css
<style>
a { background-color: #6EDE02; }
a { background-color: rgb(110,222,2); }
div.DivClassName
{
background-color: #6EDE02;
}
.BgClassName
{
background-color: #6EDE02;
}
</style>
border-color css
<style>
span { border-color: #6EDE02; }
span { border-color: rgb(110,222,2); }
td.TdClassName
{
border-color: #6EDE02;
}
.TagClassName
{
border-color: #6EDE02;
}
</style>