Shades of Lawn Green #7DFF2D
Tints of Lawn Green #7DFF2D
RGB
CMYK
RGB Variations
Color information
#7DFF2D (or 0x7DFF2D) is known color: Lawn Green. HEX triplet: 7D, FF and 2D. RGB value is (125,255,45). Sum of RGB (Red+Green+Blue) = 125+255+45=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFF2D is #8200D2. Grayscale: #C0C0C0. Windows color (decimal): -8519891 or 3014525. OLE color: 3014525.
HSL color Cylindrical-coordinate representation of color #7DFF2D: hue angle of 97.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DFF2D is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 45 | - |
| CMYK | 0.51 | 0 | 0.82 | 0 |
| HSL | 97.14º | 1% | 0.59% | - |
| HSV(B) | 97.14º | 0.82% | 1% | - |
| XYZ | 44.69 | 76.07 | 14.81 | - |
| YUV | 192.19 | 44.93 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 45 | 0.51 | 0 | 0.82 | 0 | 97.14 | 1 | 0.59 |
| Hex | 7D | FF | 2D | 33 | 0 | 52 | 0 | 61 | 64 | 3B |
| Octal | 175 | 377 | 55 | 63 | 0 | 122 | 0 | 141 | 144 | 73 |
| Binary | 1111101 | 11111111 | 101101 | 110011 | 0 | 1010010 | 0 | 1100001 | 1100100 | 111011 |
Color Harmonies of #7DFF2D
Complementary color
Monochromatic Colors of #7DFF2D
Black with #7DFF2D
Text Example
Text Example
White with #7DFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF2D; }
p { color: rgb(125,255,45); }
H1.HeaderClassName
{
color: #7DFF2D;
}
.AnyTagClassName
{
color: #7DFF2D;
}
</style>
background-color css
<style>
a { background-color: #7DFF2D; }
a { background-color: rgb(125,255,45); }
div.DivClassName
{
background-color: #7DFF2D;
}
.BgClassName
{
background-color: #7DFF2D;
}
</style>
border-color css
<style>
span { border-color: #7DFF2D; }
span { border-color: rgb(125,255,45); }
td.TdClassName
{
border-color: #7DFF2D;
}
.TagClassName
{
border-color: #7DFF2D;
}
</style>