Shades of Lawn Green #74F232
Tints of Lawn Green #74F232
RGB
CMYK
RGB Variations
Color information
#74F232 (or 0x74F232) is known color: Lawn Green. HEX triplet: 74, F2 and 32. RGB value is (116,242,50). Sum of RGB (Red+Green+Blue) = 116+242+50=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 242 (94.92% from 255 or 59.31% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 242 - color contains mainly: green. Hex color #74F232 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F232 is #8B0DCD. Grayscale: #B7B7B7. Windows color (decimal): -9113038 or 3338868. OLE color: 3338868.
HSL color Cylindrical-coordinate representation of color #74F232: hue angle of 99.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74F232 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 50 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.05 |
| HSL | 99.38º | 0.88% | 0.57% | - |
| HSV(B) | 99.38º | 0.79% | 0.95% | - |
| XYZ | 39.53 | 67.45 | 13.95 | - |
| YUV | 182.44 | 53.26 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 50 | 0.52 | 0 | 0.79 | 0.05 | 99.38 | 0.88 | 0.57 |
| Hex | 74 | F2 | 32 | 34 | 0 | 4F | 5 | 63 | 58 | 39 |
| Octal | 164 | 362 | 62 | 64 | 0 | 117 | 5 | 143 | 130 | 71 |
| Binary | 1110100 | 11110010 | 110010 | 110100 | 0 | 1001111 | 101 | 1100011 | 1011000 | 111001 |
Color Harmonies of #74F232
Complementary color
Monochromatic Colors of #74F232
Black with #74F232
Text Example
Text Example
White with #74F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F232; }
p { color: rgb(116,242,50); }
H1.HeaderClassName
{
color: #74F232;
}
.AnyTagClassName
{
color: #74F232;
}
</style>
background-color css
<style>
a { background-color: #74F232; }
a { background-color: rgb(116,242,50); }
div.DivClassName
{
background-color: #74F232;
}
.BgClassName
{
background-color: #74F232;
}
</style>
border-color css
<style>
span { border-color: #74F232; }
span { border-color: rgb(116,242,50); }
td.TdClassName
{
border-color: #74F232;
}
.TagClassName
{
border-color: #74F232;
}
</style>