Shades of Lawn Green #7DFE32
Tints of Lawn Green #7DFE32
RGB
CMYK
RGB Variations
Color information
#7DFE32 (or 0x7DFE32) is known color: Lawn Green. HEX triplet: 7D, FE and 32. RGB value is (125,254,50). Sum of RGB (Red+Green+Blue) = 125+254+50=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 254 (99.61% from 255 or 59.21% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFE32 is #8201CD. Grayscale: #C0C0C0. Windows color (decimal): -8520142 or 3341949. OLE color: 3341949.
HSL color Cylindrical-coordinate representation of color #7DFE32: hue angle of 97.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DFE32 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 50 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.00 |
| HSL | 97.94º | 0.99% | 0.6% | - |
| HSV(B) | 97.94º | 0.8% | 1% | - |
| XYZ | 44.47 | 75.47 | 15.24 | - |
| YUV | 192.17 | 47.76 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 50 | 0.51 | 0 | 0.80 | 0.00 | 97.94 | 0.99 | 0.6 |
| Hex | 7D | FE | 32 | 33 | 0 | 50 | 0 | 62 | 63 | 3C |
| Octal | 175 | 376 | 62 | 63 | 0 | 120 | 0 | 142 | 143 | 74 |
| Binary | 1111101 | 11111110 | 110010 | 110011 | 0 | 1010000 | 0 | 1100010 | 1100011 | 111100 |
Color Harmonies of #7DFE32
Complementary color
Monochromatic Colors of #7DFE32
Black with #7DFE32
Text Example
Text Example
White with #7DFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE32; }
p { color: rgb(125,254,50); }
H1.HeaderClassName
{
color: #7DFE32;
}
.AnyTagClassName
{
color: #7DFE32;
}
</style>
background-color css
<style>
a { background-color: #7DFE32; }
a { background-color: rgb(125,254,50); }
div.DivClassName
{
background-color: #7DFE32;
}
.BgClassName
{
background-color: #7DFE32;
}
</style>
border-color css
<style>
span { border-color: #7DFE32; }
span { border-color: rgb(125,254,50); }
td.TdClassName
{
border-color: #7DFE32;
}
.TagClassName
{
border-color: #7DFE32;
}
</style>