Shades of Lawn Green #72F312
Tints of Lawn Green #72F312
RGB
CMYK
RGB Variations
Color information
#72F312 (or 0x72F312) is known color: Lawn Green. HEX triplet: 72, F3 and 12. RGB value is (114,243,18). Sum of RGB (Red+Green+Blue) = 114+243+18=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #72F312 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F312 is #8D0CED. Grayscale: #B3B3B3. Windows color (decimal): -9243886 or 1241970. OLE color: 1241970.
HSL color Cylindrical-coordinate representation of color #72F312: hue angle of 94.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72F312 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 243 | 18 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.05 |
| HSL | 94.4º | 0.9% | 0.51% | - |
| HSV(B) | 94.4º | 0.93% | 0.95% | - |
| XYZ | 39.1 | 67.72 | 11.58 | - |
| YUV | 178.78 | 37.26 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 243 | 18 | 0.53 | 0 | 0.93 | 0.05 | 94.4 | 0.9 | 0.51 |
| Hex | 72 | F3 | 12 | 35 | 0 | 5D | 5 | 5E | 5A | 33 |
| Octal | 162 | 363 | 22 | 65 | 0 | 135 | 5 | 136 | 132 | 63 |
| Binary | 1110010 | 11110011 | 10010 | 110101 | 0 | 1011101 | 101 | 1011110 | 1011010 | 110011 |
Color Harmonies of #72F312
Complementary color
Monochromatic Colors of #72F312
Black with #72F312
Text Example
Text Example
White with #72F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F312; }
p { color: rgb(114,243,18); }
H1.HeaderClassName
{
color: #72F312;
}
.AnyTagClassName
{
color: #72F312;
}
</style>
background-color css
<style>
a { background-color: #72F312; }
a { background-color: rgb(114,243,18); }
div.DivClassName
{
background-color: #72F312;
}
.BgClassName
{
background-color: #72F312;
}
</style>
border-color css
<style>
span { border-color: #72F312; }
span { border-color: rgb(114,243,18); }
td.TdClassName
{
border-color: #72F312;
}
.TagClassName
{
border-color: #72F312;
}
</style>