#72C327

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

Shades of Lima #72C327

Tints of Lima #72C327

Color information

#72C327 (or 0x72C327) is unknown color: approx Lima. HEX triplet: 72, C3 and 27. RGB value is (114,195,39). Sum of RGB (Red+Green+Blue) = 114+195+39=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #72C327 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C327 is #8D3CD8. Grayscale: #999999. Windows color (decimal): -9256153 or 2605938. OLE color: 2605938.

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

Color convert

RGB11419539-
CMYK0.4200.800.24
HSL91.15º66.67%45.88%-
HSV(B)91.15º80%76.47%-
XYZ26.8242.758.76-
YUV15363.66100.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 195 (76.56% from 255) = 56.03%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=32.76%
G=56.03%
B=11.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114195390.4200.800.2491.1566.6745.88
Hex72C3272A050185b432e
Octal162303475201203013310356
Binary111001011000011100111101010010100001100010110111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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