Shades of Lawn Green #7DF30A
Tints of Lawn Green #7DF30A
RGB
CMYK
RGB Variations
Color information
#7DF30A (or 0x7DF30A) is known color: Lawn Green. HEX triplet: 7D, F3 and 0A. RGB value is (125,243,10). Sum of RGB (Red+Green+Blue) = 125+243+10=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF30A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF30A is #820CF5. Grayscale: #B5B5B5. Windows color (decimal): -8522998 or 717693. OLE color: 717693.
HSL color Cylindrical-coordinate representation of color #7DF30A: hue angle of 90.39º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DF30A is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 10 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.05 |
| HSL | 90.39º | 0.92% | 0.5% | - |
| HSV(B) | 90.39º | 0.96% | 0.95% | - |
| XYZ | 40.56 | 68.48 | 11.37 | - |
| YUV | 181.16 | 31.41 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 10 | 0.49 | 0 | 0.96 | 0.05 | 90.39 | 0.92 | 0.5 |
| Hex | 7D | F3 | A | 31 | 0 | 60 | 5 | 5A | 5C | 32 |
| Octal | 175 | 363 | 12 | 61 | 0 | 140 | 5 | 132 | 134 | 62 |
| Binary | 1111101 | 11110011 | 1010 | 110001 | 0 | 1100000 | 101 | 1011010 | 1011100 | 110010 |
Color Harmonies of #7DF30A
Complementary color
Monochromatic Colors of #7DF30A
Black with #7DF30A
Text Example
Text Example
White with #7DF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF30A; }
p { color: rgb(125,243,10); }
H1.HeaderClassName
{
color: #7DF30A;
}
.AnyTagClassName
{
color: #7DF30A;
}
</style>
background-color css
<style>
a { background-color: #7DF30A; }
a { background-color: rgb(125,243,10); }
div.DivClassName
{
background-color: #7DF30A;
}
.BgClassName
{
background-color: #7DF30A;
}
</style>
border-color css
<style>
span { border-color: #7DF30A; }
span { border-color: rgb(125,243,10); }
td.TdClassName
{
border-color: #7DF30A;
}
.TagClassName
{
border-color: #7DF30A;
}
</style>