Shades of Lawn Green #7DF31D
Tints of Lawn Green #7DF31D
RGB
CMYK
RGB Variations
Color information
#7DF31D (or 0x7DF31D) is known color: Lawn Green. HEX triplet: 7D, F3 and 1D. RGB value is (125,243,29). Sum of RGB (Red+Green+Blue) = 125+243+29=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 243 (95.31% from 255 or 61.21% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF31D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF31D is #820CE2. Grayscale: #B8B8B8. Windows color (decimal): -8522979 or 1962877. OLE color: 1962877.
HSL color Cylindrical-coordinate representation of color #7DF31D: hue angle of 93.08º degrees, saturation: 0.9, 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 #7DF31D is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 29 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.05 |
| HSL | 93.08º | 0.9% | 0.53% | - |
| HSV(B) | 93.08º | 0.88% | 0.95% | - |
| XYZ | 40.73 | 68.55 | 12.25 | - |
| YUV | 183.32 | 40.91 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 29 | 0.49 | 0 | 0.88 | 0.05 | 93.08 | 0.9 | 0.53 |
| Hex | 7D | F3 | 1D | 31 | 0 | 58 | 5 | 5D | 5A | 35 |
| Octal | 175 | 363 | 35 | 61 | 0 | 130 | 5 | 135 | 132 | 65 |
| Binary | 1111101 | 11110011 | 11101 | 110001 | 0 | 1011000 | 101 | 1011101 | 1011010 | 110101 |
Color Harmonies of #7DF31D
Complementary color
Monochromatic Colors of #7DF31D
Black with #7DF31D
Text Example
Text Example
White with #7DF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF31D; }
p { color: rgb(125,243,29); }
H1.HeaderClassName
{
color: #7DF31D;
}
.AnyTagClassName
{
color: #7DF31D;
}
</style>
background-color css
<style>
a { background-color: #7DF31D; }
a { background-color: rgb(125,243,29); }
div.DivClassName
{
background-color: #7DF31D;
}
.BgClassName
{
background-color: #7DF31D;
}
</style>
border-color css
<style>
span { border-color: #7DF31D; }
span { border-color: rgb(125,243,29); }
td.TdClassName
{
border-color: #7DF31D;
}
.TagClassName
{
border-color: #7DF31D;
}
</style>