Shades of Lawn Green #7DFC2D
Tints of Lawn Green #7DFC2D
RGB
CMYK
RGB Variations
Color information
#7DFC2D (or 0x7DFC2D) is known color: Lawn Green. HEX triplet: 7D, FC and 2D. RGB value is (125,252,45). Sum of RGB (Red+Green+Blue) = 125+252+45=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFC2D is #8203D2. Grayscale: #BFBFBF. Windows color (decimal): -8520659 or 3013757. OLE color: 3013757.
HSL color Cylindrical-coordinate representation of color #7DFC2D: hue angle of 96.81º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DFC2D is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 45 | - |
| CMYK | 0.50 | 0 | 0.82 | 0.01 |
| HSL | 96.81º | 0.97% | 0.58% | - |
| HSV(B) | 96.81º | 0.82% | 0.99% | - |
| XYZ | 43.74 | 74.17 | 14.49 | - |
| YUV | 190.43 | 45.92 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 45 | 0.50 | 0 | 0.82 | 0.01 | 96.81 | 0.97 | 0.58 |
| Hex | 7D | FC | 2D | 32 | 0 | 52 | 1 | 61 | 61 | 3A |
| Octal | 175 | 374 | 55 | 62 | 0 | 122 | 1 | 141 | 141 | 72 |
| Binary | 1111101 | 11111100 | 101101 | 110010 | 0 | 1010010 | 1 | 1100001 | 1100001 | 111010 |
Color Harmonies of #7DFC2D
Complementary color
Monochromatic Colors of #7DFC2D
Black with #7DFC2D
Text Example
Text Example
White with #7DFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFC2D; }
p { color: rgb(125,252,45); }
H1.HeaderClassName
{
color: #7DFC2D;
}
.AnyTagClassName
{
color: #7DFC2D;
}
</style>
background-color css
<style>
a { background-color: #7DFC2D; }
a { background-color: rgb(125,252,45); }
div.DivClassName
{
background-color: #7DFC2D;
}
.BgClassName
{
background-color: #7DFC2D;
}
</style>
border-color css
<style>
span { border-color: #7DFC2D; }
span { border-color: rgb(125,252,45); }
td.TdClassName
{
border-color: #7DFC2D;
}
.TagClassName
{
border-color: #7DFC2D;
}
</style>