Html Css Color HEX #72AC2B Lima

📋 copy color: '#72AC2B'

red 114 ◦ green 172 ◦ blue 43

#72AC2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #72AC2B

Tints of Lima #72AC2B

RGB

 RED value IS 114 (44.92% from 255) = 34.65%

 GREEN value IS 172 (67.58% from 255) = 52.28%

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 34.65%
G = 52.28%
B = 13.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#72AC2B (or 0x72AC2B) is known color: Lima. HEX triplet: 72, AC and 2B. RGB value is (114,172,43). Sum of RGB (Red+Green+Blue) = 114+172+43=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AC2B is #8D53D4. Grayscale: #8C8C8C. Windows color (decimal): -9262037 or 2862194. OLE color: 2862194.

HSL color Cylindrical-coordinate representation of color #72AC2B: hue angle of 86.98º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72AC2B is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 172 43 -
CMYK 0.34 0 0.75 0.33
HSL 86.98º 0.6% 0.42% -
HSV(B) 86.98º 0.75% 0.67% -
XYZ 22.13 33.26 7.54 -
YUV 139.95 73.28 109.49 -
System Red Green Blue C M Y K H S L
Decimal 114 172 43 0.34 0 0.75 0.33 86.98 0.6 0.42
Hex 72 AC 2B 22 0 4B 21 57 3C 2A
Octal 162 254 53 42 0 113 41 127 74 52
Binary 1110010 10101100 101011 100010 0 1001011 100001 1010111 111100 101010

Color Harmonies of #72AC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AC2B

Black with #72AC2B

Text Example


Text Example

White with #72AC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,172,43); }

 H1.HeaderClassName
 {
   color: #72AC2B;
 }
 .AnyTagClassName
 {
   color: #72AC2B;
 }
</style>

background-color css

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

 a { background-color: rgb(114,172,43); }

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

border-color css

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

 span { border-color: rgb(114,172,43); }

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