Shades of Lawn Green #72D103
Tints of Lawn Green #72D103
RGB
CMYK
RGB Variations
Color information
#72D103 (or 0x72D103) is known color: Lawn Green. HEX triplet: 72, D1 and 03. RGB value is (114,209,3). Sum of RGB (Red+Green+Blue) = 114+209+3=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 209 (82.03% from 255 or 64.11% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 209 - color contains mainly: green. Hex color #72D103 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D103 is #8D2EFC. Grayscale: #9D9D9D. Windows color (decimal): -9252605 or 250226. OLE color: 250226.
HSL color Cylindrical-coordinate representation of color #72D103: hue angle of 87.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72D103 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 3 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.18 |
| HSL | 87.67º | 0.97% | 0.42% | - |
| HSV(B) | 87.67º | 0.99% | 0.82% | - |
| XYZ | 29.76 | 49.18 | 8.01 | - |
| YUV | 157.11 | 41.03 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 3 | 0.45 | 0 | 0.99 | 0.18 | 87.67 | 0.97 | 0.42 |
| Hex | 72 | D1 | 3 | 2D | 0 | 63 | 12 | 58 | 61 | 2A |
| Octal | 162 | 321 | 3 | 55 | 0 | 143 | 22 | 130 | 141 | 52 |
| Binary | 1110010 | 11010001 | 11 | 101101 | 0 | 1100011 | 10010 | 1011000 | 1100001 | 101010 |
Color Harmonies of #72D103
Complementary color
Monochromatic Colors of #72D103
Black with #72D103
Text Example
Text Example
White with #72D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D103; }
p { color: rgb(114,209,3); }
H1.HeaderClassName
{
color: #72D103;
}
.AnyTagClassName
{
color: #72D103;
}
</style>
background-color css
<style>
a { background-color: #72D103; }
a { background-color: rgb(114,209,3); }
div.DivClassName
{
background-color: #72D103;
}
.BgClassName
{
background-color: #72D103;
}
</style>
border-color css
<style>
span { border-color: #72D103; }
span { border-color: rgb(114,209,3); }
td.TdClassName
{
border-color: #72D103;
}
.TagClassName
{
border-color: #72D103;
}
</style>