Shades of Lawn Green #7CF12D
Tints of Lawn Green #7CF12D
RGB
CMYK
RGB Variations
Color information
#7CF12D (or 0x7CF12D) is known color: Lawn Green. HEX triplet: 7C, F1 and 2D. RGB value is (124,241,45). Sum of RGB (Red+Green+Blue) = 124+241+45=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF12D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF12D is #830ED2. Grayscale: #B8B8B8. Windows color (decimal): -8589011 or 3010940. OLE color: 3010940.
HSL color Cylindrical-coordinate representation of color #7CF12D: hue angle of 95.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CF12D is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 45 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.05 |
| HSL | 95.82º | 0.88% | 0.56% | - |
| HSV(B) | 95.82º | 0.81% | 0.95% | - |
| XYZ | 40.24 | 67.39 | 13.37 | - |
| YUV | 183.67 | 49.74 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 45 | 0.49 | 0 | 0.81 | 0.05 | 95.82 | 0.88 | 0.56 |
| Hex | 7C | F1 | 2D | 31 | 0 | 51 | 5 | 60 | 58 | 38 |
| Octal | 174 | 361 | 55 | 61 | 0 | 121 | 5 | 140 | 130 | 70 |
| Binary | 1111100 | 11110001 | 101101 | 110001 | 0 | 1010001 | 101 | 1100000 | 1011000 | 111000 |
Color Harmonies of #7CF12D
Complementary color
Monochromatic Colors of #7CF12D
Black with #7CF12D
Text Example
Text Example
White with #7CF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF12D; }
p { color: rgb(124,241,45); }
H1.HeaderClassName
{
color: #7CF12D;
}
.AnyTagClassName
{
color: #7CF12D;
}
</style>
background-color css
<style>
a { background-color: #7CF12D; }
a { background-color: rgb(124,241,45); }
div.DivClassName
{
background-color: #7CF12D;
}
.BgClassName
{
background-color: #7CF12D;
}
</style>
border-color css
<style>
span { border-color: #7CF12D; }
span { border-color: rgb(124,241,45); }
td.TdClassName
{
border-color: #7CF12D;
}
.TagClassName
{
border-color: #7CF12D;
}
</style>