Shades of Lawn Green #74F52F
Tints of Lawn Green #74F52F
RGB
CMYK
RGB Variations
Color information
#74F52F (or 0x74F52F) is known color: Lawn Green. HEX triplet: 74, F5 and 2F. RGB value is (116,245,47). Sum of RGB (Red+Green+Blue) = 116+245+47=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 245 (96.09% from 255 or 60.05% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 245 - color contains mainly: green. Hex color #74F52F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F52F is #8B0AD0. Grayscale: #B8B8B8. Windows color (decimal): -9112273 or 3143028. OLE color: 3143028.
HSL color Cylindrical-coordinate representation of color #74F52F: hue angle of 99.09º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74F52F is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 47 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.04 |
| HSL | 99.09º | 0.91% | 0.57% | - |
| HSV(B) | 99.09º | 0.81% | 0.96% | - |
| XYZ | 40.37 | 69.22 | 13.92 | - |
| YUV | 183.86 | 50.76 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 47 | 0.53 | 0 | 0.81 | 0.04 | 99.09 | 0.91 | 0.57 |
| Hex | 74 | F5 | 2F | 35 | 0 | 51 | 4 | 63 | 5B | 39 |
| Octal | 164 | 365 | 57 | 65 | 0 | 121 | 4 | 143 | 133 | 71 |
| Binary | 1110100 | 11110101 | 101111 | 110101 | 0 | 1010001 | 100 | 1100011 | 1011011 | 111001 |
Color Harmonies of #74F52F
Complementary color
Monochromatic Colors of #74F52F
Black with #74F52F
Text Example
Text Example
White with #74F52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F52F; }
p { color: rgb(116,245,47); }
H1.HeaderClassName
{
color: #74F52F;
}
.AnyTagClassName
{
color: #74F52F;
}
</style>
background-color css
<style>
a { background-color: #74F52F; }
a { background-color: rgb(116,245,47); }
div.DivClassName
{
background-color: #74F52F;
}
.BgClassName
{
background-color: #74F52F;
}
</style>
border-color css
<style>
span { border-color: #74F52F; }
span { border-color: rgb(116,245,47); }
td.TdClassName
{
border-color: #74F52F;
}
.TagClassName
{
border-color: #74F52F;
}
</style>