Shades of Lawn Green #74E602
Tints of Lawn Green #74E602
RGB
CMYK
RGB Variations
Color information
#74E602 (or 0x74E602) is known color: Lawn Green. HEX triplet: 74, E6 and 02. RGB value is (116,230,2). Sum of RGB (Red+Green+Blue) = 116+230+2=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 230 (90.23% from 255 or 66.09% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 230 - color contains mainly: green. Hex color #74E602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74E602 is #8B19FD. Grayscale: #AAAAAA. Windows color (decimal): -9116158 or 190068. OLE color: 190068.
HSL color Cylindrical-coordinate representation of color #74E602: hue angle of 90º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74E602 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.10 |
| HSL | 90º | 0.98% | 0.45% | - |
| HSV(B) | 90º | 0.99% | 0.9% | - |
| XYZ | 35.51 | 60.31 | 9.83 | - |
| YUV | 169.92 | 33.23 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 2 | 0.50 | 0 | 0.99 | 0.10 | 90 | 0.98 | 0.45 |
| Hex | 74 | E6 | 2 | 32 | 0 | 63 | A | 5A | 62 | 2D |
| Octal | 164 | 346 | 2 | 62 | 0 | 143 | 12 | 132 | 142 | 55 |
| Binary | 1110100 | 11100110 | 10 | 110010 | 0 | 1100011 | 1010 | 1011010 | 1100010 | 101101 |
Color Harmonies of #74E602
Complementary color
Monochromatic Colors of #74E602
Black with #74E602
Text Example
Text Example
White with #74E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E602; }
p { color: rgb(116,230,2); }
H1.HeaderClassName
{
color: #74E602;
}
.AnyTagClassName
{
color: #74E602;
}
</style>
background-color css
<style>
a { background-color: #74E602; }
a { background-color: rgb(116,230,2); }
div.DivClassName
{
background-color: #74E602;
}
.BgClassName
{
background-color: #74E602;
}
</style>
border-color css
<style>
span { border-color: #74E602; }
span { border-color: rgb(116,230,2); }
td.TdClassName
{
border-color: #74E602;
}
.TagClassName
{
border-color: #74E602;
}
</style>