Shades of Lawn Green #7DF122
Tints of Lawn Green #7DF122
RGB
CMYK
RGB Variations
Color information
#7DF122 (or 0x7DF122) is known color: Lawn Green. HEX triplet: 7D, F1 and 22. RGB value is (125,241,34). Sum of RGB (Red+Green+Blue) = 125+241+34=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF122 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF122 is #820EDD. Grayscale: #B7B7B7. Windows color (decimal): -8523486 or 2290045. OLE color: 2290045.
HSL color Cylindrical-coordinate representation of color #7DF122: hue angle of 93.62º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DF122 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 34 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.05 |
| HSL | 93.62º | 0.88% | 0.54% | - |
| HSV(B) | 93.62º | 0.86% | 0.95% | - |
| XYZ | 40.2 | 67.39 | 12.4 | - |
| YUV | 182.72 | 44.07 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 34 | 0.48 | 0 | 0.86 | 0.05 | 93.62 | 0.88 | 0.54 |
| Hex | 7D | F1 | 22 | 30 | 0 | 56 | 5 | 5E | 58 | 36 |
| Octal | 175 | 361 | 42 | 60 | 0 | 126 | 5 | 136 | 130 | 66 |
| Binary | 1111101 | 11110001 | 100010 | 110000 | 0 | 1010110 | 101 | 1011110 | 1011000 | 110110 |
Color Harmonies of #7DF122
Complementary color
Monochromatic Colors of #7DF122
Black with #7DF122
Text Example
Text Example
White with #7DF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF122; }
p { color: rgb(125,241,34); }
H1.HeaderClassName
{
color: #7DF122;
}
.AnyTagClassName
{
color: #7DF122;
}
</style>
background-color css
<style>
a { background-color: #7DF122; }
a { background-color: rgb(125,241,34); }
div.DivClassName
{
background-color: #7DF122;
}
.BgClassName
{
background-color: #7DF122;
}
</style>
border-color css
<style>
span { border-color: #7DF122; }
span { border-color: rgb(125,241,34); }
td.TdClassName
{
border-color: #7DF122;
}
.TagClassName
{
border-color: #7DF122;
}
</style>