Html Css Color HEX #76BE34 Lima

📋 copy color: '#76BE34'

red 118 ◦ green 190 ◦ blue 52

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

Shades of Lima #76BE34

Tints of Lima #76BE34

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.78%

 BLUE value IS 52 (20.7% from 255) = 14.44%

R = 32.78%
G = 52.78%
B = 14.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#76BE34 (or 0x76BE34) is known color: Lima. HEX triplet: 76, BE and 34. RGB value is (118,190,52). Sum of RGB (Red+Green+Blue) = 118+190+52=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE34 is #8941CB. Grayscale: #999999. Windows color (decimal): -8995276 or 3456630. OLE color: 3456630.

HSL color Cylindrical-coordinate representation of color #76BE34: hue angle of 91.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76BE34 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 52 -
CMYK 0.38 0 0.73 0.25
HSL 91.3º 0.57% 0.47% -
HSV(B) 91.3º 0.73% 0.75% -
XYZ 26.5 40.93 9.75 -
YUV 152.74 71.15 103.22 -
System Red Green Blue C M Y K H S L
Decimal 118 190 52 0.38 0 0.73 0.25 91.3 0.57 0.47
Hex 76 BE 34 26 0 49 19 5B 39 2F
Octal 166 276 64 46 0 111 31 133 71 57
Binary 1110110 10111110 110100 100110 0 1001001 11001 1011011 111001 101111

Color Harmonies of #76BE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE34

Black with #76BE34

Text Example


Text Example

White with #76BE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,190,52); }

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

background-color css

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

 a { background-color: rgb(118,190,52); }

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

border-color css

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

 span { border-color: rgb(118,190,52); }

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