Shades of Lawn Green #8CE40C
Tints of Lawn Green #8CE40C
RGB
CMYK
RGB Variations
Color information
#8CE40C (or 0x8CE40C) is known color: Lawn Green. HEX triplet: 8C, E4 and 0C. RGB value is (140,228,12). Sum of RGB (Red+Green+Blue) = 140+228+12=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 228 (89.45% from 255 or 60% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CE40C is #731BF3. Grayscale: #B1B1B1. Windows color (decimal): -7543796 or 844940. OLE color: 844940.
HSL color Cylindrical-coordinate representation of color #8CE40C: hue angle of 84.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CE40C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.11 |
| HSL | 84.44º | 0.9% | 0.47% | - |
| HSV(B) | 84.44º | 0.95% | 0.89% | - |
| XYZ | 38.62 | 61.09 | 10.1 | - |
| YUV | 177.06 | 34.85 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 12 | 0.39 | 0 | 0.95 | 0.11 | 84.44 | 0.9 | 0.47 |
| Hex | 8C | E4 | C | 27 | 0 | 5F | B | 54 | 5A | 2F |
| Octal | 214 | 344 | 14 | 47 | 0 | 137 | 13 | 124 | 132 | 57 |
| Binary | 10001100 | 11100100 | 1100 | 100111 | 0 | 1011111 | 1011 | 1010100 | 1011010 | 101111 |
Color Harmonies of #8CE40C
Complementary color
Monochromatic Colors of #8CE40C
Black with #8CE40C
Text Example
Text Example
White with #8CE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE40C; }
p { color: rgb(140,228,12); }
H1.HeaderClassName
{
color: #8CE40C;
}
.AnyTagClassName
{
color: #8CE40C;
}
</style>
background-color css
<style>
a { background-color: #8CE40C; }
a { background-color: rgb(140,228,12); }
div.DivClassName
{
background-color: #8CE40C;
}
.BgClassName
{
background-color: #8CE40C;
}
</style>
border-color css
<style>
span { border-color: #8CE40C; }
span { border-color: rgb(140,228,12); }
td.TdClassName
{
border-color: #8CE40C;
}
.TagClassName
{
border-color: #8CE40C;
}
</style>