#72BC31

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

Shades of Lima #72BC31

Tints of Lima #72BC31

Color information

#72BC31 (or 0x72BC31) is unknown color: approx Lima. HEX triplet: 72, BC and 31. RGB value is (114,188,49). Sum of RGB (Red+Green+Blue) = 114+188+49=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC31 is #8D43CE. Grayscale: #969696. Windows color (decimal): -9257935 or 3259506. OLE color: 3259506.

HSL color Cylindrical-coordinate representation of color #72BC31: hue angle of 91.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72BC31 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB11418849-
CMYK0.3900.740.26
HSL91.94º58.65%46.47%-
HSV(B)91.94º73.94%73.73%-
XYZ25.4839.779.24-
YUV150.0370.98102.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 188 (73.83% from 255) = 53.56%
BLUE value IS 49 (19.53% from 255) = 13.96%
R=32.48%
G=53.56%
B=13.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114188490.3900.740.2691.9458.6546.47
Hex72BC312704A1A5c3b2e
Octal16227461470112321347356
Binary11100101011110011000110011101001010110101011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,188,49); }

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

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

 a { background-color: rgb(114,188,49); }

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

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

 span { border-color: rgb(114,188,49); }

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