#72BE2E

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

Shades of Lima #72BE2E

Tints of Lima #72BE2E

Color information

#72BE2E (or 0x72BE2E) is unknown color: approx Lima. HEX triplet: 72, BE and 2E. RGB value is (114,190,46). Sum of RGB (Red+Green+Blue) = 114+190+46=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BE2E is #8D41D1. Grayscale: #979797. Windows color (decimal): -9257426 or 3063410. OLE color: 3063410.

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

Color convert

RGB11419046-
CMYK0.4000.760.25
HSL91.67º61.02%46.27%-
HSV(B)91.67º75.79%74.51%-
XYZ25.8540.69.06-
YUV150.8668.82101.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 46 (18.36% from 255) = 13.14%
R=32.57%
G=54.29%
B=13.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114190460.4000.760.2591.6761.0246.27
Hex72BE2E2804C195c3d2e
Octal16227656500114311347556
Binary11100101011111010111010100001001100110011011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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