Shades of Lawn Green #74FF03
Tints of Lawn Green #74FF03
RGB
CMYK
RGB Variations
Color information
#74FF03 (or 0x74FF03) is known color: Lawn Green. HEX triplet: 74, FF and 03. RGB value is (116,255,3). Sum of RGB (Red+Green+Blue) = 116+255+3=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FF03 is #8B00FC. Grayscale: #B9B9B9. Windows color (decimal): -9109757 or 262004. OLE color: 262004.
HSL color Cylindrical-coordinate representation of color #74FF03: hue angle of 93.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74FF03 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 3 | - |
| CMYK | 0.55 | 0 | 0.99 | 0 |
| HSL | 93.1º | 1% | 0.51% | - |
| HSV(B) | 93.1º | 0.99% | 1% | - |
| XYZ | 42.98 | 75.24 | 12.34 | - |
| YUV | 184.71 | 25.45 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 3 | 0.55 | 0 | 0.99 | 0 | 93.1 | 1 | 0.51 |
| Hex | 74 | FF | 3 | 37 | 0 | 63 | 0 | 5D | 64 | 33 |
| Octal | 164 | 377 | 3 | 67 | 0 | 143 | 0 | 135 | 144 | 63 |
| Binary | 1110100 | 11111111 | 11 | 110111 | 0 | 1100011 | 0 | 1011101 | 1100100 | 110011 |
Color Harmonies of #74FF03
Complementary color
Monochromatic Colors of #74FF03
Black with #74FF03
Text Example
Text Example
White with #74FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF03; }
p { color: rgb(116,255,3); }
H1.HeaderClassName
{
color: #74FF03;
}
.AnyTagClassName
{
color: #74FF03;
}
</style>
background-color css
<style>
a { background-color: #74FF03; }
a { background-color: rgb(116,255,3); }
div.DivClassName
{
background-color: #74FF03;
}
.BgClassName
{
background-color: #74FF03;
}
</style>
border-color css
<style>
span { border-color: #74FF03; }
span { border-color: rgb(116,255,3); }
td.TdClassName
{
border-color: #74FF03;
}
.TagClassName
{
border-color: #74FF03;
}
</style>