#72BE20

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

Shades of Lima #72BE20

Tints of Lima #72BE20

Color information

#72BE20 (or 0x72BE20) is unknown color: approx Lima. HEX triplet: 72, BE and 20. RGB value is (114,190,32). Sum of RGB (Red+Green+Blue) = 114+190+32=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BE20 is #8D41DF. Grayscale: #959595. Windows color (decimal): -9257440 or 2145906. OLE color: 2145906.

HSL color Cylindrical-coordinate representation of color #72BE20: hue angle of 88.86º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72BE20 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB11419032-
CMYK0.4000.830.25
HSL88.86º71.17%43.53%-
HSV(B)88.86º83.16%74.51%-
XYZ25.6140.517.84-
YUV149.2661.82102.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 190 (74.61% from 255) = 56.55%
BLUE value IS 32 (12.89% from 255) = 9.52%
R=33.93%
G=56.55%
B=9.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114190320.4000.830.2588.8671.1743.53
Hex72BE20280531959472c
Octal162276405001233113110754
Binary111001010111110100000101000010100111100110110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,32); }

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

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

 a { background-color: rgb(114,190,32); }

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

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

 span { border-color: rgb(114,190,32); }

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