Html Css Color HEX #76B52A Lima

📋 copy color: '#76B52A'

red 118 ◦ green 181 ◦ blue 42

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

Shades of Lima #76B52A

Tints of Lima #76B52A

RGB

 RED value IS 118 (46.48% from 255) = 34.6%

 GREEN value IS 181 (71.09% from 255) = 53.08%

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 34.6%
G = 53.08%
B = 12.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#76B52A (or 0x76B52A) is known color: Lima. HEX triplet: 76, B5 and 2A. RGB value is (118,181,42). Sum of RGB (Red+Green+Blue) = 118+181+42=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #76B52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B52A is #894AD5. Grayscale: #929292. Windows color (decimal): -8997590 or 2798966. OLE color: 2798966.

HSL color Cylindrical-coordinate representation of color #76B52A: hue angle of 87.19º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76B52A is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 181 42 -
CMYK 0.35 0 0.77 0.29
HSL 87.19º 0.62% 0.44% -
HSV(B) 87.19º 0.77% 0.71% -
XYZ 24.41 37.07 8.06 -
YUV 146.32 69.13 107.8 -
System Red Green Blue C M Y K H S L
Decimal 118 181 42 0.35 0 0.77 0.29 87.19 0.62 0.44
Hex 76 B5 2A 23 0 4D 1D 57 3E 2C
Octal 166 265 52 43 0 115 35 127 76 54
Binary 1110110 10110101 101010 100011 0 1001101 11101 1010111 111110 101100

Color Harmonies of #76B52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B52A

Black with #76B52A

Text Example


Text Example

White with #76B52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B52A; }

 p { color: rgb(118,181,42); }

 H1.HeaderClassName
 {
   color: #76B52A;
 }
 .AnyTagClassName
 {
   color: #76B52A;
 }
</style>

background-color css

<style>
 a { background-color: #76B52A; }

 a { background-color: rgb(118,181,42); }

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

border-color css

<style>
 span { border-color: #76B52A; }

 span { border-color: rgb(118,181,42); }

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