Html Css Color HEX #72B825 Lima

📋 copy color: '#72B825'

red 114 ◦ green 184 ◦ blue 37

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

Shades of Lima #72B825

Tints of Lima #72B825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.93%

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 34.03%
G = 54.93%
B = 11.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#72B825 (or 0x72B825) is known color: Lima. HEX triplet: 72, B8 and 25. RGB value is (114,184,37). Sum of RGB (Red+Green+Blue) = 114+184+37=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #72B825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B825 is #8D47DA. Grayscale: #929292. Windows color (decimal): -9258971 or 2472050. OLE color: 2472050.

HSL color Cylindrical-coordinate representation of color #72B825: hue angle of 88.57º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72B825 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 184 37 -
CMYK 0.38 0 0.80 0.28
HSL 88.57º 0.67% 0.43% -
HSV(B) 88.57º 0.8% 0.72% -
XYZ 24.41 37.99 7.8 -
YUV 146.31 66.31 104.95 -
System Red Green Blue C M Y K H S L
Decimal 114 184 37 0.38 0 0.80 0.28 88.57 0.67 0.43
Hex 72 B8 25 26 0 50 1C 59 43 2B
Octal 162 270 45 46 0 120 34 131 103 53
Binary 1110010 10111000 100101 100110 0 1010000 11100 1011001 1000011 101011

Color Harmonies of #72B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B825

Black with #72B825

Text Example


Text Example

White with #72B825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,184,37); }

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

background-color css

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

 a { background-color: rgb(114,184,37); }

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

border-color css

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

 span { border-color: rgb(114,184,37); }

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