Shades of Lawn Green #7CF130
Tints of Lawn Green #7CF130
RGB
CMYK
RGB Variations
Color information
#7CF130 (or 0x7CF130) is known color: Lawn Green. HEX triplet: 7C, F1 and 30. RGB value is (124,241,48). Sum of RGB (Red+Green+Blue) = 124+241+48=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF130 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF130 is #830ECF. Grayscale: #B8B8B8. Windows color (decimal): -8589008 or 3207548. OLE color: 3207548.
HSL color Cylindrical-coordinate representation of color #7CF130: hue angle of 96.37º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CF130 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 48 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.05 |
| HSL | 96.37º | 0.87% | 0.57% | - |
| HSV(B) | 96.37º | 0.8% | 0.95% | - |
| XYZ | 40.3 | 67.41 | 13.68 | - |
| YUV | 184.02 | 51.24 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 48 | 0.49 | 0 | 0.80 | 0.05 | 96.37 | 0.87 | 0.57 |
| Hex | 7C | F1 | 30 | 31 | 0 | 50 | 5 | 60 | 57 | 39 |
| Octal | 174 | 361 | 60 | 61 | 0 | 120 | 5 | 140 | 127 | 71 |
| Binary | 1111100 | 11110001 | 110000 | 110001 | 0 | 1010000 | 101 | 1100000 | 1010111 | 111001 |
Color Harmonies of #7CF130
Complementary color
Monochromatic Colors of #7CF130
Black with #7CF130
Text Example
Text Example
White with #7CF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF130; }
p { color: rgb(124,241,48); }
H1.HeaderClassName
{
color: #7CF130;
}
.AnyTagClassName
{
color: #7CF130;
}
</style>
background-color css
<style>
a { background-color: #7CF130; }
a { background-color: rgb(124,241,48); }
div.DivClassName
{
background-color: #7CF130;
}
.BgClassName
{
background-color: #7CF130;
}
</style>
border-color css
<style>
span { border-color: #7CF130; }
span { border-color: rgb(124,241,48); }
td.TdClassName
{
border-color: #7CF130;
}
.TagClassName
{
border-color: #7CF130;
}
</style>