Shades of Lawn Green #7DFB2A
Tints of Lawn Green #7DFB2A
RGB
CMYK
RGB Variations
Color information
#7DFB2A (or 0x7DFB2A) is known color: Lawn Green. HEX triplet: 7D, FB and 2A. RGB value is (125,251,42). Sum of RGB (Red+Green+Blue) = 125+251+42=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 251 (98.44% from 255 or 60.05% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFB2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFB2A is #8204D5. Grayscale: #BEBEBE. Windows color (decimal): -8520918 or 2816893. OLE color: 2816893.
HSL color Cylindrical-coordinate representation of color #7DFB2A: hue angle of 96.17º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DFB2A is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 251 | 42 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.02 |
| HSL | 96.17º | 0.96% | 0.57% | - |
| HSV(B) | 96.17º | 0.83% | 0.98% | - |
| XYZ | 43.37 | 73.52 | 14.1 | - |
| YUV | 189.5 | 44.76 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 251 | 42 | 0.50 | 0 | 0.83 | 0.02 | 96.17 | 0.96 | 0.57 |
| Hex | 7D | FB | 2A | 32 | 0 | 53 | 2 | 60 | 60 | 39 |
| Octal | 175 | 373 | 52 | 62 | 0 | 123 | 2 | 140 | 140 | 71 |
| Binary | 1111101 | 11111011 | 101010 | 110010 | 0 | 1010011 | 10 | 1100000 | 1100000 | 111001 |
Color Harmonies of #7DFB2A
Complementary color
Monochromatic Colors of #7DFB2A
Black with #7DFB2A
Text Example
Text Example
White with #7DFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFB2A; }
p { color: rgb(125,251,42); }
H1.HeaderClassName
{
color: #7DFB2A;
}
.AnyTagClassName
{
color: #7DFB2A;
}
</style>
background-color css
<style>
a { background-color: #7DFB2A; }
a { background-color: rgb(125,251,42); }
div.DivClassName
{
background-color: #7DFB2A;
}
.BgClassName
{
background-color: #7DFB2A;
}
</style>
border-color css
<style>
span { border-color: #7DFB2A; }
span { border-color: rgb(125,251,42); }
td.TdClassName
{
border-color: #7DFB2A;
}
.TagClassName
{
border-color: #7DFB2A;
}
</style>