Shades of Lawn Green #74FB1D
Tints of Lawn Green #74FB1D
RGB
CMYK
RGB Variations
Color information
#74FB1D (or 0x74FB1D) is known color: Lawn Green. HEX triplet: 74, FB and 1D. RGB value is (116,251,29). Sum of RGB (Red+Green+Blue) = 116+251+29=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 251 (98.44% from 255 or 63.38% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FB1D is #8B04E2. Grayscale: #BABABA. Windows color (decimal): -9110755 or 1964916. OLE color: 1964916.
HSL color Cylindrical-coordinate representation of color #74FB1D: hue angle of 96.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74FB1D is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 29 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.02 |
| HSL | 96.49º | 0.97% | 0.55% | - |
| HSV(B) | 96.49º | 0.88% | 0.98% | - |
| XYZ | 41.92 | 72.8 | 13 | - |
| YUV | 185.33 | 39.77 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 29 | 0.54 | 0 | 0.88 | 0.02 | 96.49 | 0.97 | 0.55 |
| Hex | 74 | FB | 1D | 36 | 0 | 58 | 2 | 60 | 61 | 37 |
| Octal | 164 | 373 | 35 | 66 | 0 | 130 | 2 | 140 | 141 | 67 |
| Binary | 1110100 | 11111011 | 11101 | 110110 | 0 | 1011000 | 10 | 1100000 | 1100001 | 110111 |
Color Harmonies of #74FB1D
Complementary color
Monochromatic Colors of #74FB1D
Black with #74FB1D
Text Example
Text Example
White with #74FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB1D; }
p { color: rgb(116,251,29); }
H1.HeaderClassName
{
color: #74FB1D;
}
.AnyTagClassName
{
color: #74FB1D;
}
</style>
background-color css
<style>
a { background-color: #74FB1D; }
a { background-color: rgb(116,251,29); }
div.DivClassName
{
background-color: #74FB1D;
}
.BgClassName
{
background-color: #74FB1D;
}
</style>
border-color css
<style>
span { border-color: #74FB1D; }
span { border-color: rgb(116,251,29); }
td.TdClassName
{
border-color: #74FB1D;
}
.TagClassName
{
border-color: #74FB1D;
}
</style>