Shades of Lawn Green #74CF03
Tints of Lawn Green #74CF03
RGB
CMYK
RGB Variations
Color information
#74CF03 (or 0x74CF03) is known color: Lawn Green. HEX triplet: 74, CF and 03. RGB value is (116,207,3). Sum of RGB (Red+Green+Blue) = 116+207+3=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CF03 is #8B30FC. Grayscale: #9D9D9D. Windows color (decimal): -9122045 or 249716. OLE color: 249716.
HSL color Cylindrical-coordinate representation of color #74CF03: hue angle of 86.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74CF03 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 3 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.19 |
| HSL | 86.76º | 0.97% | 0.41% | - |
| HSV(B) | 86.76º | 0.99% | 0.81% | - |
| XYZ | 29.53 | 48.35 | 7.86 | - |
| YUV | 156.54 | 41.35 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 3 | 0.44 | 0 | 0.99 | 0.19 | 86.76 | 0.97 | 0.41 |
| Hex | 74 | CF | 3 | 2C | 0 | 63 | 13 | 57 | 61 | 29 |
| Octal | 164 | 317 | 3 | 54 | 0 | 143 | 23 | 127 | 141 | 51 |
| Binary | 1110100 | 11001111 | 11 | 101100 | 0 | 1100011 | 10011 | 1010111 | 1100001 | 101001 |
Color Harmonies of #74CF03
Complementary color
Monochromatic Colors of #74CF03
Black with #74CF03
Text Example
Text Example
White with #74CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF03; }
p { color: rgb(116,207,3); }
H1.HeaderClassName
{
color: #74CF03;
}
.AnyTagClassName
{
color: #74CF03;
}
</style>
background-color css
<style>
a { background-color: #74CF03; }
a { background-color: rgb(116,207,3); }
div.DivClassName
{
background-color: #74CF03;
}
.BgClassName
{
background-color: #74CF03;
}
</style>
border-color css
<style>
span { border-color: #74CF03; }
span { border-color: rgb(116,207,3); }
td.TdClassName
{
border-color: #74CF03;
}
.TagClassName
{
border-color: #74CF03;
}
</style>