Html Css Color HEX #72B431 Lima

📋 copy color: '#72B431'

red 114 ◦ green 180 ◦ blue 49

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

Shades of Lima #72B431

Tints of Lima #72B431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 33.24%
G = 52.48%
B = 14.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#72B431 (or 0x72B431) is known color: Lima. HEX triplet: 72, B4 and 31. RGB value is (114,180,49). Sum of RGB (Red+Green+Blue) = 114+180+49=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #72B431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B431 is #8D4BCE. Grayscale: #919191. Windows color (decimal): -9259983 or 3257458. OLE color: 3257458.

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

Color convert

RGB 114 180 49 -
CMYK 0.37 0 0.73 0.29
HSL 90.23º 0.57% 0.45% -
HSV(B) 90.23º 0.73% 0.71% -
XYZ 23.82 36.44 8.68 -
YUV 145.33 73.63 105.65 -
System Red Green Blue C M Y K H S L
Decimal 114 180 49 0.37 0 0.73 0.29 90.23 0.57 0.45
Hex 72 B4 31 25 0 49 1D 5A 39 2D
Octal 162 264 61 45 0 111 35 132 71 55
Binary 1110010 10110100 110001 100101 0 1001001 11101 1011010 111001 101101

Color Harmonies of #72B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B431

Black with #72B431

Text Example


Text Example

White with #72B431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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