Html Css Color HEX #72BA2D Lima

📋 copy color: '#72BA2D'

red 114 ◦ green 186 ◦ blue 45

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

Shades of Lima #72BA2D

Tints of Lima #72BA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.91%

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 33.04%
G = 53.91%
B = 13.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#72BA2D (or 0x72BA2D) is known color: Lima. HEX triplet: 72, BA and 2D. RGB value is (114,186,45). Sum of RGB (Red+Green+Blue) = 114+186+45=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA2D is #8D45D2. Grayscale: #949494. Windows color (decimal): -9258451 or 2996850. OLE color: 2996850.

HSL color Cylindrical-coordinate representation of color #72BA2D: hue angle of 90.64º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72BA2D is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 45 -
CMYK 0.39 0 0.76 0.27
HSL 90.64º 0.61% 0.45% -
HSV(B) 90.64º 0.76% 0.73% -
XYZ 24.97 38.88 8.67 -
YUV 148.4 69.65 103.46 -
System Red Green Blue C M Y K H S L
Decimal 114 186 45 0.39 0 0.76 0.27 90.64 0.61 0.45
Hex 72 BA 2D 27 0 4C 1B 5B 3D 2D
Octal 162 272 55 47 0 114 33 133 75 55
Binary 1110010 10111010 101101 100111 0 1001100 11011 1011011 111101 101101

Color Harmonies of #72BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA2D

Black with #72BA2D

Text Example


Text Example

White with #72BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,45); }

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

background-color css

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

 a { background-color: rgb(114,186,45); }

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

border-color css

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

 span { border-color: rgb(114,186,45); }

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