Shades of Lawn Green #74ED34
Tints of Lawn Green #74ED34
RGB
CMYK
RGB Variations
Color information
#74ED34 (or 0x74ED34) is known color: Lawn Green. HEX triplet: 74, ED and 34. RGB value is (116,237,52). Sum of RGB (Red+Green+Blue) = 116+237+52=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 237 (92.97% from 255 or 58.52% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 237 - color contains mainly: green. Hex color #74ED34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74ED34 is #8B12CB. Grayscale: #B4B4B4. Windows color (decimal): -9114316 or 3468660. OLE color: 3468660.
HSL color Cylindrical-coordinate representation of color #74ED34: hue angle of 99.24º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74ED34 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 52 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.07 |
| HSL | 99.24º | 0.84% | 0.57% | - |
| HSV(B) | 99.24º | 0.78% | 0.93% | - |
| XYZ | 38.11 | 64.53 | 13.7 | - |
| YUV | 179.73 | 55.91 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 52 | 0.51 | 0 | 0.78 | 0.07 | 99.24 | 0.84 | 0.57 |
| Hex | 74 | ED | 34 | 33 | 0 | 4E | 7 | 63 | 54 | 39 |
| Octal | 164 | 355 | 64 | 63 | 0 | 116 | 7 | 143 | 124 | 71 |
| Binary | 1110100 | 11101101 | 110100 | 110011 | 0 | 1001110 | 111 | 1100011 | 1010100 | 111001 |
Color Harmonies of #74ED34
Complementary color
Monochromatic Colors of #74ED34
Black with #74ED34
Text Example
Text Example
White with #74ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ED34; }
p { color: rgb(116,237,52); }
H1.HeaderClassName
{
color: #74ED34;
}
.AnyTagClassName
{
color: #74ED34;
}
</style>
background-color css
<style>
a { background-color: #74ED34; }
a { background-color: rgb(116,237,52); }
div.DivClassName
{
background-color: #74ED34;
}
.BgClassName
{
background-color: #74ED34;
}
</style>
border-color css
<style>
span { border-color: #74ED34; }
span { border-color: rgb(116,237,52); }
td.TdClassName
{
border-color: #74ED34;
}
.TagClassName
{
border-color: #74ED34;
}
</style>