Shades of Lawn Green #7DF11E
Tints of Lawn Green #7DF11E
RGB
CMYK
RGB Variations
Color information
#7DF11E (or 0x7DF11E) is known color: Lawn Green. HEX triplet: 7D, F1 and 1E. RGB value is (125,241,30). Sum of RGB (Red+Green+Blue) = 125+241+30=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 241 (94.53% from 255 or 60.86% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF11E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF11E is #820EE1. Grayscale: #B6B6B6. Windows color (decimal): -8523490 or 2027901. OLE color: 2027901.
HSL color Cylindrical-coordinate representation of color #7DF11E: hue angle of 92.99º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DF11E is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 30 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.05 |
| HSL | 92.99º | 0.88% | 0.53% | - |
| HSV(B) | 92.99º | 0.88% | 0.95% | - |
| XYZ | 40.15 | 67.36 | 12.11 | - |
| YUV | 182.26 | 42.07 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 30 | 0.48 | 0 | 0.88 | 0.05 | 92.99 | 0.88 | 0.53 |
| Hex | 7D | F1 | 1E | 30 | 0 | 58 | 5 | 5D | 58 | 35 |
| Octal | 175 | 361 | 36 | 60 | 0 | 130 | 5 | 135 | 130 | 65 |
| Binary | 1111101 | 11110001 | 11110 | 110000 | 0 | 1011000 | 101 | 1011101 | 1011000 | 110101 |
Color Harmonies of #7DF11E
Complementary color
Monochromatic Colors of #7DF11E
Black with #7DF11E
Text Example
Text Example
White with #7DF11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF11E; }
p { color: rgb(125,241,30); }
H1.HeaderClassName
{
color: #7DF11E;
}
.AnyTagClassName
{
color: #7DF11E;
}
</style>
background-color css
<style>
a { background-color: #7DF11E; }
a { background-color: rgb(125,241,30); }
div.DivClassName
{
background-color: #7DF11E;
}
.BgClassName
{
background-color: #7DF11E;
}
</style>
border-color css
<style>
span { border-color: #7DF11E; }
span { border-color: rgb(125,241,30); }
td.TdClassName
{
border-color: #7DF11E;
}
.TagClassName
{
border-color: #7DF11E;
}
</style>