Html Css Color HEX #72B42A Lima

📋 copy color: '#72B42A'

red 114 ◦ green 180 ◦ blue 42

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

Shades of Lima #72B42A

Tints of Lima #72B42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.57%

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 33.93%
G = 53.57%
B = 12.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#72B42A (or 0x72B42A) is known color: Lima. HEX triplet: 72, B4 and 2A. RGB value is (114,180,42). Sum of RGB (Red+Green+Blue) = 114+180+42=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #72B42A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B42A is #8D4BD5. Grayscale: #919191. Windows color (decimal): -9259990 or 2798706. OLE color: 2798706.

HSL color Cylindrical-coordinate representation of color #72B42A: hue angle of 88.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72B42A is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 42 -
CMYK 0.37 0 0.77 0.29
HSL 88.7º 0.62% 0.44% -
HSV(B) 88.7º 0.77% 0.71% -
XYZ 23.68 36.39 7.97 -
YUV 144.53 70.13 106.22 -
System Red Green Blue C M Y K H S L
Decimal 114 180 42 0.37 0 0.77 0.29 88.7 0.62 0.44
Hex 72 B4 2A 25 0 4D 1D 59 3E 2C
Octal 162 264 52 45 0 115 35 131 76 54
Binary 1110010 10110100 101010 100101 0 1001101 11101 1011001 111110 101100

Color Harmonies of #72B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B42A

Black with #72B42A

Text Example


Text Example

White with #72B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,42); }

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

background-color css

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

 a { background-color: rgb(114,180,42); }

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

border-color css

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

 span { border-color: rgb(114,180,42); }

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