#72E114

Color #72E114 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #72E114

Tints of Lawn Green #72E114

Color information

#72E114 (or 0x72E114) is unknown color: approx Lawn Green. HEX triplet: 72, E1 and 14. RGB value is (114,225,20). Sum of RGB (Red+Green+Blue) = 114+225+20=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 225 (88.28% from 255 or 62.67% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 225 - color contains mainly: green. Hex color #72E114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72E114 is #8D1EEB. Grayscale: #A9A9A9. Windows color (decimal): -9248492 or 1368434. OLE color: 1368434.

HSL color Cylindrical-coordinate representation of color #72E114: hue angle of 92.49º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72E114 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB11422520-
CMYK0.4900.910.12
HSL92.49º83.67%48.04%-
HSV(B)92.49º91.11%88.24%-
XYZ33.9957.489.96-
YUV168.4444.2389.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 225 (88.28% from 255) = 62.67%
BLUE value IS 20 (8.20% from 255) = 5.57%
R=31.75%
G=62.67%
B=5.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114225200.4900.910.1292.4983.6748.04
Hex72E1143105BC5c5430
Octal162341246101331413412460
Binary1110010111000011010011000101011011110010111001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72E114; }

 p { color: rgb(114,225,20); }

 H1.HeaderClassName
 {
   color: #72E114;
 }
 .AnyTagClassName
 {
   color: #72E114;
 }
</style>
background-color css

<style>
 a { background-color: #72E114; }

 a { background-color: rgb(114,225,20); }

 div.DivClassName
 {
   background-color: #72E114;
 }
 .BgClassName
 {
   background-color: #72E114;
 }
</style>
border-color css

<style>
 span { border-color: #72E114; }

 span { border-color: rgb(114,225,20); }

 td.TdClassName
 {
   border-color: #72E114;
 }
 .TagClassName
 {
   border-color: #72E114;
 }
</style>