#72C81B

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

Shades of Lima #72C81B

Tints of Lima #72C81B

Color information

#72C81B (or 0x72C81B) is unknown color: approx Lima. HEX triplet: 72, C8 and 1B. RGB value is (114,200,27). Sum of RGB (Red+Green+Blue) = 114+200+27=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #72C81B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C81B is #8D37E4. Grayscale: #9B9B9B. Windows color (decimal): -9254885 or 1820786. OLE color: 1820786.

HSL color Cylindrical-coordinate representation of color #72C81B: hue angle of 89.83º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72C81B is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB11420027-
CMYK0.4300.860.22
HSL89.83º76.21%44.51%-
HSV(B)89.83º86.5%78.43%-
XYZ27.7944.978.25-
YUV154.5656.0199.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 200 (78.52% from 255) = 58.65%
BLUE value IS 27 (10.94% from 255) = 7.92%
R=33.43%
G=58.65%
B=7.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114200270.4300.860.2289.8376.2144.51
Hex72C81B2B056165a4c2d
Octal162310335301262613211455
Binary11100101100100011011101011010101101011010110101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,200,27); }

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

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

 a { background-color: rgb(114,200,27); }

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

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

 span { border-color: rgb(114,200,27); }

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