Html Css Color HEX #72BA29 Lima

📋 copy color: '#72BA29'

red 114 ◦ green 186 ◦ blue 41

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

Shades of Lima #72BA29

Tints of Lima #72BA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 33.43%
G = 54.55%
B = 12.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#72BA29 (or 0x72BA29) is known color: Lima. HEX triplet: 72, BA and 29. RGB value is (114,186,41). Sum of RGB (Red+Green+Blue) = 114+186+41=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA29 is #8D45D6. Grayscale: #949494. Windows color (decimal): -9258455 or 2734706. OLE color: 2734706.

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

Color convert

RGB 114 186 41 -
CMYK 0.39 0 0.78 0.27
HSL 89.79º 0.64% 0.45% -
HSV(B) 89.79º 0.78% 0.73% -
XYZ 24.9 38.86 8.29 -
YUV 147.94 67.65 103.79 -
System Red Green Blue C M Y K H S L
Decimal 114 186 41 0.39 0 0.78 0.27 89.79 0.64 0.45
Hex 72 BA 29 27 0 4E 1B 5A 40 2D
Octal 162 272 51 47 0 116 33 132 100 55
Binary 1110010 10111010 101001 100111 0 1001110 11011 1011010 1000000 101101

Color Harmonies of #72BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA29

Black with #72BA29

Text Example


Text Example

White with #72BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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