Shades of Lawn Green #74F300
Tints of Lawn Green #74F300
RGB
CMYK
RGB Variations
Color information
#74F300 (or 0x74F300) is known color: Lawn Green. HEX triplet: 74, F3 and 00. RGB value is (116,243,0). Sum of RGB (Red+Green+Blue) = 116+243+0=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #74F300 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F300 is #8B0CFF. Grayscale: #B2B2B2. Windows color (decimal): -9112832 or 62324. OLE color: 62324.
HSL color Cylindrical-coordinate representation of color #74F300: hue angle of 91.36º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74F300 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.05 |
| HSL | 91.36º | 1% | 0.48% | - |
| HSV(B) | 91.36º | 1% | 0.95% | - |
| XYZ | 39.25 | 67.81 | 11.02 | - |
| YUV | 177.33 | 27.92 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 0 | 0.52 | 0 | 1 | 0.05 | 91.36 | 1 | 0.48 |
| Hex | 74 | F3 | 0 | 34 | 0 | 64 | 5 | 5B | 64 | 30 |
| Octal | 164 | 363 | 0 | 64 | 0 | 144 | 5 | 133 | 144 | 60 |
| Binary | 1110100 | 11110011 | 0 | 110100 | 0 | 1100100 | 101 | 1011011 | 1100100 | 110000 |
Color Harmonies of #74F300
Complementary color
Monochromatic Colors of #74F300
Black with #74F300
Text Example
Text Example
White with #74F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F300; }
p { color: rgb(116,243,0); }
H1.HeaderClassName
{
color: #74F300;
}
.AnyTagClassName
{
color: #74F300;
}
</style>
background-color css
<style>
a { background-color: #74F300; }
a { background-color: rgb(116,243,0); }
div.DivClassName
{
background-color: #74F300;
}
.BgClassName
{
background-color: #74F300;
}
</style>
border-color css
<style>
span { border-color: #74F300; }
span { border-color: rgb(116,243,0); }
td.TdClassName
{
border-color: #74F300;
}
.TagClassName
{
border-color: #74F300;
}
</style>