#72C527

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

Shades of Lima #72C527

Tints of Lima #72C527

Color information

#72C527 (or 0x72C527) is unknown color: approx Lima. HEX triplet: 72, C5 and 27. RGB value is (114,197,39). Sum of RGB (Red+Green+Blue) = 114+197+39=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #72C527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C527 is #8D3AD8. Grayscale: #9A9A9A. Windows color (decimal): -9255641 or 2606450. OLE color: 2606450.

HSL color Cylindrical-coordinate representation of color #72C527: hue angle of 91.52º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72C527 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB11419739-
CMYK0.4200.800.23
HSL91.52º66.95%46.27%-
HSV(B)91.52º80.2%77.25%-
XYZ27.2743.668.91-
YUV154.176399.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 197 (77.34% from 255) = 56.29%
BLUE value IS 39 (15.62% from 255) = 11.14%
R=32.57%
G=56.29%
B=11.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114197390.4200.800.2391.5266.9546.27
Hex72C5272A050175c432e
Octal162305475201202713410356
Binary111001011000101100111101010010100001011110111001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,197,39); }

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

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

 a { background-color: rgb(114,197,39); }

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

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

 span { border-color: rgb(114,197,39); }

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