#72D223

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

Shades of Lima #72D223

Tints of Lima #72D223

Color information

#72D223 (or 0x72D223) is unknown color: approx Lima. HEX triplet: 72, D2 and 23. RGB value is (114,210,35). Sum of RGB (Red+Green+Blue) = 114+210+35=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #72D223 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D223 is #8D2DDC. Grayscale: #A1A1A1. Windows color (decimal): -9252317 or 2347634. OLE color: 2347634.

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

Color convert

RGB11421035-
CMYK0.4600.830.18
HSL92.91º71.43%48.04%-
HSV(B)92.91º83.33%82.35%-
XYZ30.2949.799.6-
YUV161.3556.794.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 210 (82.42% from 255) = 58.50%
BLUE value IS 35 (14.06% from 255) = 9.75%
R=31.75%
G=58.50%
B=9.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114210350.4600.830.1892.9171.4348.04
Hex72D2232E053125d4730
Octal162322435601232213510760
Binary111001011010010100011101110010100111001010111011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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