Html Css Color HEX #76C033 Lima

📋 copy color: '#76C033'

red 118 ◦ green 192 ◦ blue 51

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

Shades of Lima #76C033

Tints of Lima #76C033

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.19%

 BLUE value IS 51 (20.31% from 255) = 14.13%

R = 32.69%
G = 53.19%
B = 14.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#76C033 (or 0x76C033) is known color: Lima. HEX triplet: 76, C0 and 33. RGB value is (118,192,51). Sum of RGB (Red+Green+Blue) = 118+192+51=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #76C033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C033 is #893FCC. Grayscale: #9A9A9A. Windows color (decimal): -8994765 or 3391606. OLE color: 3391606.

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

Color convert

RGB 118 192 51 -
CMYK 0.39 0 0.73 0.25
HSL 91.49º 0.58% 0.48% -
HSV(B) 91.49º 0.73% 0.75% -
XYZ 26.92 41.79 9.78 -
YUV 153.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 118 192 51 0.39 0 0.73 0.25 91.49 0.58 0.48
Hex 76 C0 33 27 0 49 19 5B 3A 30
Octal 166 300 63 47 0 111 31 133 72 60
Binary 1110110 11000000 110011 100111 0 1001001 11001 1011011 111010 110000

Color Harmonies of #76C033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C033

Black with #76C033

Text Example


Text Example

White with #76C033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,192,51); }

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

background-color css

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

 a { background-color: rgb(118,192,51); }

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

border-color css

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

 span { border-color: rgb(118,192,51); }

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