Html Css Color HEX #72B730 Lima

📋 copy color: '#72B730'

red 114 ◦ green 183 ◦ blue 48

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

Shades of Lima #72B730

Tints of Lima #72B730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.04%

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 33.04%
G = 53.04%
B = 13.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#72B730 (or 0x72B730) is known color: Lima. HEX triplet: 72, B7 and 30. RGB value is (114,183,48). Sum of RGB (Red+Green+Blue) = 114+183+48=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #72B730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B730 is #8D48CF. Grayscale: #939393. Windows color (decimal): -9259216 or 3192690. OLE color: 3192690.

HSL color Cylindrical-coordinate representation of color #72B730: hue angle of 90.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72B730 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 183 48 -
CMYK 0.38 0 0.74 0.28
HSL 90.67º 0.58% 0.45% -
HSV(B) 90.67º 0.74% 0.72% -
XYZ 24.41 37.66 8.78 -
YUV 146.98 72.14 104.48 -
System Red Green Blue C M Y K H S L
Decimal 114 183 48 0.38 0 0.74 0.28 90.67 0.58 0.45
Hex 72 B7 30 26 0 4A 1C 5B 3A 2D
Octal 162 267 60 46 0 112 34 133 72 55
Binary 1110010 10110111 110000 100110 0 1001010 11100 1011011 111010 101101

Color Harmonies of #72B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B730

Black with #72B730

Text Example


Text Example

White with #72B730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,183,48); }

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

background-color css

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

 a { background-color: rgb(114,183,48); }

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

border-color css

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

 span { border-color: rgb(114,183,48); }

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