Html Css Color HEX #76C32C Lima

📋 copy color: '#76C32C'

red 118 ◦ green 195 ◦ blue 44

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

Shades of Lima #76C32C

Tints of Lima #76C32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.62%

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 33.05%
G = 54.62%
B = 12.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#76C32C (or 0x76C32C) is known color: Lima. HEX triplet: 76, C3 and 2C. RGB value is (118,195,44). Sum of RGB (Red+Green+Blue) = 118+195+44=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #76C32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C32C is #893CD3. Grayscale: #9B9B9B. Windows color (decimal): -8994004 or 2933622. OLE color: 2933622.

HSL color Cylindrical-coordinate representation of color #76C32C: hue angle of 90.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76C32C is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 44 -
CMYK 0.39 0 0.77 0.24
HSL 90.6º 0.63% 0.47% -
HSV(B) 90.6º 0.77% 0.76% -
XYZ 27.44 43.06 9.25 -
YUV 154.76 65.49 101.78 -
System Red Green Blue C M Y K H S L
Decimal 118 195 44 0.39 0 0.77 0.24 90.6 0.63 0.47
Hex 76 C3 2C 27 0 4D 18 5B 3F 2F
Octal 166 303 54 47 0 115 30 133 77 57
Binary 1110110 11000011 101100 100111 0 1001101 11000 1011011 111111 101111

Color Harmonies of #76C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C32C

Black with #76C32C

Text Example


Text Example

White with #76C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,44); }

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

background-color css

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

 a { background-color: rgb(118,195,44); }

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

border-color css

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

 span { border-color: rgb(118,195,44); }

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