#72D225

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

Shades of Lima #72D225

Tints of Lima #72D225

Color information

#72D225 (or 0x72D225) is unknown color: approx Lima. HEX triplet: 72, D2 and 25. RGB value is (114,210,37). Sum of RGB (Red+Green+Blue) = 114+210+37=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #72D225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D225 is #8D2DDA. Grayscale: #A2A2A2. Windows color (decimal): -9252315 or 2478706. OLE color: 2478706.

HSL color Cylindrical-coordinate representation of color #72D225: hue angle of 93.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72D225 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB11421037-
CMYK0.4600.820.18
HSL93.29º70.04%48.43%-
HSV(B)93.29º82.38%82.35%-
XYZ30.3249.89.77-
YUV161.5757.794.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 210 (82.42% from 255) = 58.17%
BLUE value IS 37 (14.84% from 255) = 10.25%
R=31.58%
G=58.17%
B=10.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114210370.4600.820.1893.2970.0448.43
Hex72D2252E052125d4630
Octal162322455601222213510660
Binary111001011010010100101101110010100101001010111011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,210,37); }

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

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

 a { background-color: rgb(114,210,37); }

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

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

 span { border-color: rgb(114,210,37); }

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