Html Css Color HEX #72BC29 Lima

📋 copy color: '#72BC29'

red 114 ◦ green 188 ◦ blue 41

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

Shades of Lima #72BC29

Tints of Lima #72BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

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

R = 33.24%
G = 54.81%
B = 11.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#72BC29 (or 0x72BC29) is known color: Lima. HEX triplet: 72, BC and 29. RGB value is (114,188,41). Sum of RGB (Red+Green+Blue) = 114+188+41=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC29 is #8D43D6. Grayscale: #959595. Windows color (decimal): -9257943 or 2735218. OLE color: 2735218.

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

Color convert

RGB 114 188 41 -
CMYK 0.39 0 0.78 0.26
HSL 90.2º 0.64% 0.45% -
HSV(B) 90.2º 0.78% 0.74% -
XYZ 25.32 39.7 8.43 -
YUV 149.12 66.98 102.95 -
System Red Green Blue C M Y K H S L
Decimal 114 188 41 0.39 0 0.78 0.26 90.2 0.64 0.45
Hex 72 BC 29 27 0 4E 1A 5A 40 2D
Octal 162 274 51 47 0 116 32 132 100 55
Binary 1110010 10111100 101001 100111 0 1001110 11010 1011010 1000000 101101

Color Harmonies of #72BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC29

Black with #72BC29

Text Example


Text Example

White with #72BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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