#72D702

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

Shades of Lawn Green #72D702

Tints of Lawn Green #72D702

Color information

#72D702 (or 0x72D702) is unknown color: approx Lawn Green. HEX triplet: 72, D7 and 02. RGB value is (114,215,2). Sum of RGB (Red+Green+Blue) = 114+215+2=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #72D702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D702 is #8D28FD. Grayscale: #A1A1A1. Windows color (decimal): -9251070 or 186226. OLE color: 186226.

HSL color Cylindrical-coordinate representation of color #72D702: hue angle of 88.45º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72D702 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB1142152-
CMYK0.4700.990.16
HSL88.45º98.16%42.55%-
HSV(B)88.45º99.07%84.31%-
XYZ31.2552.188.48-
YUV160.5238.5494.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 215 (84.38% from 255) = 64.95%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=34.44%
G=64.95%
B=0.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11421520.4700.990.1688.4598.1642.55
Hex72D722F0631058622b
Octal16232725701432013014253
Binary11100101101011110101111011000111000010110001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,215,2); }

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

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

 a { background-color: rgb(114,215,2); }

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

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

 span { border-color: rgb(114,215,2); }

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