Shades of Lawn Green #74DC1B
Tints of Lawn Green #74DC1B
RGB
CMYK
RGB Variations
Color information
#74DC1B (or 0x74DC1B) is known color: Lawn Green. HEX triplet: 74, DC and 1B. RGB value is (116,220,27). Sum of RGB (Red+Green+Blue) = 116+220+27=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC1B is #8B23E4. Grayscale: #A7A7A7. Windows color (decimal): -9118693 or 1825908. OLE color: 1825908.
HSL color Cylindrical-coordinate representation of color #74DC1B: hue angle of 92.33º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74DC1B is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 27 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.14 |
| HSL | 92.33º | 0.78% | 0.48% | - |
| HSV(B) | 92.33º | 0.88% | 0.86% | - |
| XYZ | 32.99 | 54.98 | 9.91 | - |
| YUV | 166.9 | 49.04 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 27 | 0.47 | 0 | 0.88 | 0.14 | 92.33 | 0.78 | 0.48 |
| Hex | 74 | DC | 1B | 2F | 0 | 58 | E | 5C | 4E | 30 |
| Octal | 164 | 334 | 33 | 57 | 0 | 130 | 16 | 134 | 116 | 60 |
| Binary | 1110100 | 11011100 | 11011 | 101111 | 0 | 1011000 | 1110 | 1011100 | 1001110 | 110000 |
Color Harmonies of #74DC1B
Complementary color
Monochromatic Colors of #74DC1B
Black with #74DC1B
Text Example
Text Example
White with #74DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC1B; }
p { color: rgb(116,220,27); }
H1.HeaderClassName
{
color: #74DC1B;
}
.AnyTagClassName
{
color: #74DC1B;
}
</style>
background-color css
<style>
a { background-color: #74DC1B; }
a { background-color: rgb(116,220,27); }
div.DivClassName
{
background-color: #74DC1B;
}
.BgClassName
{
background-color: #74DC1B;
}
</style>
border-color css
<style>
span { border-color: #74DC1B; }
span { border-color: rgb(116,220,27); }
td.TdClassName
{
border-color: #74DC1B;
}
.TagClassName
{
border-color: #74DC1B;
}
</style>