Shades of Lawn Green #7FF530
Tints of Lawn Green #7FF530
RGB
CMYK
RGB Variations
Color information
#7FF530 (or 0x7FF530) is known color: Lawn Green. HEX triplet: 7F, F5 and 30. RGB value is (127,245,48). Sum of RGB (Red+Green+Blue) = 127+245+48=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 245 (96.09% from 255 or 58.33% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF530 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF530 is #800ACF. Grayscale: #BBBBBB. Windows color (decimal): -8391376 or 3208575. OLE color: 3208575.
HSL color Cylindrical-coordinate representation of color #7FF530: hue angle of 95.94º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FF530 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 245 | 48 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.04 |
| HSL | 95.94º | 0.91% | 0.57% | - |
| HSV(B) | 95.94º | 0.8% | 0.96% | - |
| XYZ | 41.94 | 70.03 | 14.1 | - |
| YUV | 187.26 | 49.41 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 245 | 48 | 0.48 | 0 | 0.80 | 0.04 | 95.94 | 0.91 | 0.57 |
| Hex | 7F | F5 | 30 | 30 | 0 | 50 | 4 | 60 | 5B | 39 |
| Octal | 177 | 365 | 60 | 60 | 0 | 120 | 4 | 140 | 133 | 71 |
| Binary | 1111111 | 11110101 | 110000 | 110000 | 0 | 1010000 | 100 | 1100000 | 1011011 | 111001 |
Color Harmonies of #7FF530
Complementary color
Monochromatic Colors of #7FF530
Black with #7FF530
Text Example
Text Example
White with #7FF530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF530; }
p { color: rgb(127,245,48); }
H1.HeaderClassName
{
color: #7FF530;
}
.AnyTagClassName
{
color: #7FF530;
}
</style>
background-color css
<style>
a { background-color: #7FF530; }
a { background-color: rgb(127,245,48); }
div.DivClassName
{
background-color: #7FF530;
}
.BgClassName
{
background-color: #7FF530;
}
</style>
border-color css
<style>
span { border-color: #7FF530; }
span { border-color: rgb(127,245,48); }
td.TdClassName
{
border-color: #7FF530;
}
.TagClassName
{
border-color: #7FF530;
}
</style>