Html Css Color HEX #76BB36 Lima

📋 copy color: '#76BB36'

red 118 ◦ green 187 ◦ blue 54

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

Shades of Lima #76BB36

Tints of Lima #76BB36

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.09%

 BLUE value IS 54 (21.48% from 255) = 15.04%

R = 32.87%
G = 52.09%
B = 15.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#76BB36 (or 0x76BB36) is known color: Lima. HEX triplet: 76, BB and 36. RGB value is (118,187,54). Sum of RGB (Red+Green+Blue) = 118+187+54=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB36 is #8944C9. Grayscale: #979797. Windows color (decimal): -8996042 or 3586934. OLE color: 3586934.

HSL color Cylindrical-coordinate representation of color #76BB36: hue angle of 91.13º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76BB36 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 187 54 -
CMYK 0.37 0 0.71 0.27
HSL 91.13º 0.55% 0.47% -
HSV(B) 91.13º 0.71% 0.73% -
XYZ 25.91 39.66 9.78 -
YUV 151.21 73.14 104.31 -
System Red Green Blue C M Y K H S L
Decimal 118 187 54 0.37 0 0.71 0.27 91.13 0.55 0.47
Hex 76 BB 36 25 0 47 1B 5B 37 2F
Octal 166 273 66 45 0 107 33 133 67 57
Binary 1110110 10111011 110110 100101 0 1000111 11011 1011011 110111 101111

Color Harmonies of #76BB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BB36

Black with #76BB36

Text Example


Text Example

White with #76BB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,187,54); }

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

background-color css

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

 a { background-color: rgb(118,187,54); }

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

border-color css

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

 span { border-color: rgb(118,187,54); }

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