Shades of Lawn Green #74E60C
Tints of Lawn Green #74E60C
RGB
CMYK
RGB Variations
Color information
#74E60C (or 0x74E60C) is known color: Lawn Green. HEX triplet: 74, E6 and 0C. RGB value is (116,230,12). Sum of RGB (Red+Green+Blue) = 116+230+12=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 230 (90.23% from 255 or 64.25% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 230 - color contains mainly: green. Hex color #74E60C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74E60C is #8B19F3. Grayscale: #ABABAB. Windows color (decimal): -9116148 or 845428. OLE color: 845428.
HSL color Cylindrical-coordinate representation of color #74E60C: hue angle of 91.38º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74E60C is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 12 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.10 |
| HSL | 91.38º | 0.9% | 0.47% | - |
| HSV(B) | 91.38º | 0.95% | 0.9% | - |
| XYZ | 35.57 | 60.33 | 10.12 | - |
| YUV | 171.06 | 38.23 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 12 | 0.50 | 0 | 0.95 | 0.10 | 91.38 | 0.9 | 0.47 |
| Hex | 74 | E6 | C | 32 | 0 | 5F | A | 5B | 5A | 2F |
| Octal | 164 | 346 | 14 | 62 | 0 | 137 | 12 | 133 | 132 | 57 |
| Binary | 1110100 | 11100110 | 1100 | 110010 | 0 | 1011111 | 1010 | 1011011 | 1011010 | 101111 |
Color Harmonies of #74E60C
Complementary color
Monochromatic Colors of #74E60C
Black with #74E60C
Text Example
Text Example
White with #74E60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E60C; }
p { color: rgb(116,230,12); }
H1.HeaderClassName
{
color: #74E60C;
}
.AnyTagClassName
{
color: #74E60C;
}
</style>
background-color css
<style>
a { background-color: #74E60C; }
a { background-color: rgb(116,230,12); }
div.DivClassName
{
background-color: #74E60C;
}
.BgClassName
{
background-color: #74E60C;
}
</style>
border-color css
<style>
span { border-color: #74E60C; }
span { border-color: rgb(116,230,12); }
td.TdClassName
{
border-color: #74E60C;
}
.TagClassName
{
border-color: #74E60C;
}
</style>