Shades of Lawn Green #72F320
Tints of Lawn Green #72F320
RGB
CMYK
RGB Variations
Color information
#72F320 (or 0x72F320) is known color: Lawn Green. HEX triplet: 72, F3 and 20. RGB value is (114,243,32). Sum of RGB (Red+Green+Blue) = 114+243+32=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 243 (95.31% from 255 or 62.47% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 243 - color contains mainly: green. Hex color #72F320 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72F320 is #8D0CDF. Grayscale: #B5B5B5. Windows color (decimal): -9243872 or 2159474. OLE color: 2159474.
HSL color Cylindrical-coordinate representation of color #72F320: hue angle of 96.68º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72F320 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 243 | 32 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.05 |
| HSL | 96.68º | 0.9% | 0.54% | - |
| HSV(B) | 96.68º | 0.87% | 0.95% | - |
| XYZ | 39.25 | 67.78 | 12.38 | - |
| YUV | 180.38 | 44.26 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 243 | 32 | 0.53 | 0 | 0.87 | 0.05 | 96.68 | 0.9 | 0.54 |
| Hex | 72 | F3 | 20 | 35 | 0 | 57 | 5 | 61 | 5A | 36 |
| Octal | 162 | 363 | 40 | 65 | 0 | 127 | 5 | 141 | 132 | 66 |
| Binary | 1110010 | 11110011 | 100000 | 110101 | 0 | 1010111 | 101 | 1100001 | 1011010 | 110110 |
Color Harmonies of #72F320
Complementary color
Monochromatic Colors of #72F320
Black with #72F320
Text Example
Text Example
White with #72F320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F320; }
p { color: rgb(114,243,32); }
H1.HeaderClassName
{
color: #72F320;
}
.AnyTagClassName
{
color: #72F320;
}
</style>
background-color css
<style>
a { background-color: #72F320; }
a { background-color: rgb(114,243,32); }
div.DivClassName
{
background-color: #72F320;
}
.BgClassName
{
background-color: #72F320;
}
</style>
border-color css
<style>
span { border-color: #72F320; }
span { border-color: rgb(114,243,32); }
td.TdClassName
{
border-color: #72F320;
}
.TagClassName
{
border-color: #72F320;
}
</style>