Shades of Lima #6ED02A
Tints of Lima #6ED02A
RGB
CMYK
RGB Variations
Color information
#6ED02A (or 0x6ED02A) is known color: Lima. HEX triplet: 6E, D0 and 2A. RGB value is (110,208,42). Sum of RGB (Red+Green+Blue) = 110+208+42=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED02A is #912FD5. Grayscale: #A0A0A0. Windows color (decimal): -9514966 or 2805870. OLE color: 2805870.
HSL color Cylindrical-coordinate representation of color #6ED02A: hue angle of 95.42º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6ED02A is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 42 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.18 |
| HSL | 95.42º | 0.66% | 0.49% | - |
| HSV(B) | 95.42º | 0.8% | 0.82% | - |
| XYZ | 29.4 | 48.59 | 10.02 | - |
| YUV | 159.77 | 61.53 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 42 | 0.47 | 0 | 0.80 | 0.18 | 95.42 | 0.66 | 0.49 |
| Hex | 6E | D0 | 2A | 2F | 0 | 50 | 12 | 5F | 42 | 31 |
| Octal | 156 | 320 | 52 | 57 | 0 | 120 | 22 | 137 | 102 | 61 |
| Binary | 1101110 | 11010000 | 101010 | 101111 | 0 | 1010000 | 10010 | 1011111 | 1000010 | 110001 |
Color Harmonies of #6ED02A
Complementary color
Monochromatic Colors of #6ED02A
Black with #6ED02A
Text Example
Text Example
White with #6ED02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED02A; }
p { color: rgb(110,208,42); }
H1.HeaderClassName
{
color: #6ED02A;
}
.AnyTagClassName
{
color: #6ED02A;
}
</style>
background-color css
<style>
a { background-color: #6ED02A; }
a { background-color: rgb(110,208,42); }
div.DivClassName
{
background-color: #6ED02A;
}
.BgClassName
{
background-color: #6ED02A;
}
</style>
border-color css
<style>
span { border-color: #6ED02A; }
span { border-color: rgb(110,208,42); }
td.TdClassName
{
border-color: #6ED02A;
}
.TagClassName
{
border-color: #6ED02A;
}
</style>