Shades of Lawn Green #74ED1B
Tints of Lawn Green #74ED1B
RGB
CMYK
RGB Variations
Color information
#74ED1B (or 0x74ED1B) is known color: Lawn Green. HEX triplet: 74, ED and 1B. RGB value is (116,237,27). Sum of RGB (Red+Green+Blue) = 116+237+27=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 237 (92.97% from 255 or 62.37% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 237 - color contains mainly: green. Hex color #74ED1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74ED1B is #8B12E4. Grayscale: #B1B1B1. Windows color (decimal): -9114341 or 1830260. OLE color: 1830260.
HSL color Cylindrical-coordinate representation of color #74ED1B: hue angle of 94.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74ED1B is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 27 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.07 |
| HSL | 94.57º | 0.85% | 0.52% | - |
| HSV(B) | 94.57º | 0.89% | 0.93% | - |
| XYZ | 37.68 | 64.36 | 11.47 | - |
| YUV | 176.88 | 43.41 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 27 | 0.51 | 0 | 0.89 | 0.07 | 94.57 | 0.85 | 0.52 |
| Hex | 74 | ED | 1B | 33 | 0 | 59 | 7 | 5F | 55 | 34 |
| Octal | 164 | 355 | 33 | 63 | 0 | 131 | 7 | 137 | 125 | 64 |
| Binary | 1110100 | 11101101 | 11011 | 110011 | 0 | 1011001 | 111 | 1011111 | 1010101 | 110100 |
Color Harmonies of #74ED1B
Complementary color
Monochromatic Colors of #74ED1B
Black with #74ED1B
Text Example
Text Example
White with #74ED1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ED1B; }
p { color: rgb(116,237,27); }
H1.HeaderClassName
{
color: #74ED1B;
}
.AnyTagClassName
{
color: #74ED1B;
}
</style>
background-color css
<style>
a { background-color: #74ED1B; }
a { background-color: rgb(116,237,27); }
div.DivClassName
{
background-color: #74ED1B;
}
.BgClassName
{
background-color: #74ED1B;
}
</style>
border-color css
<style>
span { border-color: #74ED1B; }
span { border-color: rgb(116,237,27); }
td.TdClassName
{
border-color: #74ED1B;
}
.TagClassName
{
border-color: #74ED1B;
}
</style>