#72BA2D

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

Shades of Lima #72BA2D

Tints of Lima #72BA2D

Color information

#72BA2D (or 0x72BA2D) is unknown color: approx Lima. HEX triplet: 72, BA and 2D. RGB value is (114,186,45). Sum of RGB (Red+Green+Blue) = 114+186+45=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA2D is #8D45D2. Grayscale: #949494. Windows color (decimal): -9258451 or 2996850. OLE color: 2996850.

HSL color Cylindrical-coordinate representation of color #72BA2D: hue angle of 90.64º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72BA2D is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB11418645-
CMYK0.3900.760.27
HSL90.64º61.04%45.29%-
HSV(B)90.64º75.81%72.94%-
XYZ24.9738.888.67-
YUV148.469.65103.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 186 (73.05% from 255) = 53.91%
BLUE value IS 45 (17.97% from 255) = 13.04%
R=33.04%
G=53.91%
B=13.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114186450.3900.760.2790.6461.0445.29
Hex72BA2D2704C1B5b3d2d
Octal16227255470114331337555
Binary11100101011101010110110011101001100110111011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,45); }

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

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

 a { background-color: rgb(114,186,45); }

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

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

 span { border-color: rgb(114,186,45); }

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