Html Css Color HEX #76BC34 Lima

📋 copy color: '#76BC34'

red 118 ◦ green 188 ◦ blue 52

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

Shades of Lima #76BC34

Tints of Lima #76BC34

RGB

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

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

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

R = 32.96%
G = 52.51%
B = 14.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#76BC34 (or 0x76BC34) is known color: Lima. HEX triplet: 76, BC and 34. RGB value is (118,188,52). Sum of RGB (Red+Green+Blue) = 118+188+52=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC34 is #8943CB. Grayscale: #989898. Windows color (decimal): -8995788 or 3456118. OLE color: 3456118.

HSL color Cylindrical-coordinate representation of color #76BC34: hue angle of 90.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76BC34 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 52 -
CMYK 0.37 0 0.72 0.26
HSL 90.88º 0.57% 0.47% -
HSV(B) 90.88º 0.72% 0.74% -
XYZ 26.07 40.07 9.61 -
YUV 151.57 71.81 104.06 -
System Red Green Blue C M Y K H S L
Decimal 118 188 52 0.37 0 0.72 0.26 90.88 0.57 0.47
Hex 76 BC 34 25 0 48 1A 5B 39 2F
Octal 166 274 64 45 0 110 32 133 71 57
Binary 1110110 10111100 110100 100101 0 1001000 11010 1011011 111001 101111

Color Harmonies of #76BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC34

Black with #76BC34

Text Example


Text Example

White with #76BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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