Shades of Lawn Green #74FB2C
Tints of Lawn Green #74FB2C
RGB
CMYK
RGB Variations
Color information
#74FB2C (or 0x74FB2C) is known color: Lawn Green. HEX triplet: 74, FB and 2C. RGB value is (116,251,44). Sum of RGB (Red+Green+Blue) = 116+251+44=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FB2C is #8B04D3. Grayscale: #BBBBBB. Windows color (decimal): -9110740 or 2947956. OLE color: 2947956.
HSL color Cylindrical-coordinate representation of color #74FB2C: hue angle of 99.13º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74FB2C is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 44 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.02 |
| HSL | 99.13º | 0.96% | 0.58% | - |
| HSV(B) | 99.13º | 0.82% | 0.98% | - |
| XYZ | 42.15 | 72.89 | 14.23 | - |
| YUV | 187.04 | 47.27 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 44 | 0.54 | 0 | 0.82 | 0.02 | 99.13 | 0.96 | 0.58 |
| Hex | 74 | FB | 2C | 36 | 0 | 52 | 2 | 63 | 60 | 3A |
| Octal | 164 | 373 | 54 | 66 | 0 | 122 | 2 | 143 | 140 | 72 |
| Binary | 1110100 | 11111011 | 101100 | 110110 | 0 | 1010010 | 10 | 1100011 | 1100000 | 111010 |
Color Harmonies of #74FB2C
Complementary color
Monochromatic Colors of #74FB2C
Black with #74FB2C
Text Example
Text Example
White with #74FB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB2C; }
p { color: rgb(116,251,44); }
H1.HeaderClassName
{
color: #74FB2C;
}
.AnyTagClassName
{
color: #74FB2C;
}
</style>
background-color css
<style>
a { background-color: #74FB2C; }
a { background-color: rgb(116,251,44); }
div.DivClassName
{
background-color: #74FB2C;
}
.BgClassName
{
background-color: #74FB2C;
}
</style>
border-color css
<style>
span { border-color: #74FB2C; }
span { border-color: rgb(116,251,44); }
td.TdClassName
{
border-color: #74FB2C;
}
.TagClassName
{
border-color: #74FB2C;
}
</style>