Shades of Lawn Green #72F203
Tints of Lawn Green #72F203
RGB
CMYK
RGB Variations
Color information
#72F203 (or 0x72F203) is known color: Lawn Green. HEX triplet: 72, F2 and 03. RGB value is (114,242,3). Sum of RGB (Red+Green+Blue) = 114+242+3=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #72F203 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F203 is #8D0DFC. Grayscale: #B1B1B1. Windows color (decimal): -9244157 or 258674. OLE color: 258674.
HSL color Cylindrical-coordinate representation of color #72F203: hue angle of 92.13º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72F203 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 242 | 3 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.05 |
| HSL | 92.13º | 0.98% | 0.48% | - |
| HSV(B) | 92.13º | 0.99% | 0.95% | - |
| XYZ | 38.71 | 67.09 | 11 | - |
| YUV | 176.48 | 30.09 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 242 | 3 | 0.53 | 0 | 0.99 | 0.05 | 92.13 | 0.98 | 0.48 |
| Hex | 72 | F2 | 3 | 35 | 0 | 63 | 5 | 5C | 62 | 30 |
| Octal | 162 | 362 | 3 | 65 | 0 | 143 | 5 | 134 | 142 | 60 |
| Binary | 1110010 | 11110010 | 11 | 110101 | 0 | 1100011 | 101 | 1011100 | 1100010 | 110000 |
Color Harmonies of #72F203
Complementary color
Monochromatic Colors of #72F203
Black with #72F203
Text Example
Text Example
White with #72F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F203; }
p { color: rgb(114,242,3); }
H1.HeaderClassName
{
color: #72F203;
}
.AnyTagClassName
{
color: #72F203;
}
</style>
background-color css
<style>
a { background-color: #72F203; }
a { background-color: rgb(114,242,3); }
div.DivClassName
{
background-color: #72F203;
}
.BgClassName
{
background-color: #72F203;
}
</style>
border-color css
<style>
span { border-color: #72F203; }
span { border-color: rgb(114,242,3); }
td.TdClassName
{
border-color: #72F203;
}
.TagClassName
{
border-color: #72F203;
}
</style>