Shades of Lawn Green #6CDC02
Tints of Lawn Green #6CDC02
RGB
CMYK
RGB Variations
Color information
#6CDC02 (or 0x6CDC02) is known color: Lawn Green. HEX triplet: 6C, DC and 02. RGB value is (108,220,2). Sum of RGB (Red+Green+Blue) = 108+220+2=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDC02 is #9323FD. Grayscale: #A2A2A2. Windows color (decimal): -9643006 or 187500. OLE color: 187500.
HSL color Cylindrical-coordinate representation of color #6CDC02: hue angle of 90.83º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CDC02 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.14 |
| HSL | 90.83º | 0.98% | 0.44% | - |
| HSV(B) | 90.83º | 0.99% | 0.86% | - |
| XYZ | 31.79 | 54.38 | 8.88 | - |
| YUV | 161.66 | 37.89 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 2 | 0.51 | 0 | 0.99 | 0.14 | 90.83 | 0.98 | 0.44 |
| Hex | 6C | DC | 2 | 33 | 0 | 63 | E | 5B | 62 | 2C |
| Octal | 154 | 334 | 2 | 63 | 0 | 143 | 16 | 133 | 142 | 54 |
| Binary | 1101100 | 11011100 | 10 | 110011 | 0 | 1100011 | 1110 | 1011011 | 1100010 | 101100 |
Color Harmonies of #6CDC02
Complementary color
Monochromatic Colors of #6CDC02
Black with #6CDC02
Text Example
Text Example
White with #6CDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC02; }
p { color: rgb(108,220,2); }
H1.HeaderClassName
{
color: #6CDC02;
}
.AnyTagClassName
{
color: #6CDC02;
}
</style>
background-color css
<style>
a { background-color: #6CDC02; }
a { background-color: rgb(108,220,2); }
div.DivClassName
{
background-color: #6CDC02;
}
.BgClassName
{
background-color: #6CDC02;
}
</style>
border-color css
<style>
span { border-color: #6CDC02; }
span { border-color: rgb(108,220,2); }
td.TdClassName
{
border-color: #6CDC02;
}
.TagClassName
{
border-color: #6CDC02;
}
</style>