Shades of Lawn Green #74F301
Tints of Lawn Green #74F301
RGB
CMYK
RGB Variations
Color information
#74F301 (or 0x74F301) is known color: Lawn Green. HEX triplet: 74, F3 and 01. RGB value is (116,243,1). Sum of RGB (Red+Green+Blue) = 116+243+1=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 243 (95.31% from 255 or 67.5% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 243 - color contains mainly: green. Hex color #74F301 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F301 is #8B0CFE. Grayscale: #B2B2B2. Windows color (decimal): -9112831 or 127860. OLE color: 127860.
HSL color Cylindrical-coordinate representation of color #74F301: hue angle of 91.49º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74F301 is Cyan = 0.52, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 1 | - |
| CMYK | 0.52 | 0 | 1.00 | 0.05 |
| HSL | 91.49º | 0.99% | 0.48% | - |
| HSV(B) | 91.49º | 1% | 0.95% | - |
| XYZ | 39.26 | 67.82 | 11.05 | - |
| YUV | 177.44 | 28.42 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 1 | 0.52 | 0 | 1.00 | 0.05 | 91.49 | 0.99 | 0.48 |
| Hex | 74 | F3 | 1 | 34 | 0 | 64 | 5 | 5B | 63 | 30 |
| Octal | 164 | 363 | 1 | 64 | 0 | 144 | 5 | 133 | 143 | 60 |
| Binary | 1110100 | 11110011 | 1 | 110100 | 0 | 1100100 | 101 | 1011011 | 1100011 | 110000 |
Color Harmonies of #74F301
Complementary color
Monochromatic Colors of #74F301
Black with #74F301
Text Example
Text Example
White with #74F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F301; }
p { color: rgb(116,243,1); }
H1.HeaderClassName
{
color: #74F301;
}
.AnyTagClassName
{
color: #74F301;
}
</style>
background-color css
<style>
a { background-color: #74F301; }
a { background-color: rgb(116,243,1); }
div.DivClassName
{
background-color: #74F301;
}
.BgClassName
{
background-color: #74F301;
}
</style>
border-color css
<style>
span { border-color: #74F301; }
span { border-color: rgb(116,243,1); }
td.TdClassName
{
border-color: #74F301;
}
.TagClassName
{
border-color: #74F301;
}
</style>