Html Css Color HEX #76BA2C Lima

📋 copy color: '#76BA2C'

red 118 ◦ green 186 ◦ blue 44

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

Shades of Lima #76BA2C

Tints of Lima #76BA2C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.45%

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

R = 33.91%
G = 53.45%
B = 12.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#76BA2C (or 0x76BA2C) is known color: Lima. HEX triplet: 76, BA and 2C. RGB value is (118,186,44). Sum of RGB (Red+Green+Blue) = 118+186+44=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA2C is #8945D3. Grayscale: #959595. Windows color (decimal): -8996308 or 2931318. OLE color: 2931318.

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

Color convert

RGB 118 186 44 -
CMYK 0.37 0 0.76 0.27
HSL 88.73º 0.62% 0.45% -
HSV(B) 88.73º 0.76% 0.73% -
XYZ 25.48 39.15 8.6 -
YUV 149.48 68.47 105.55 -
System Red Green Blue C M Y K H S L
Decimal 118 186 44 0.37 0 0.76 0.27 88.73 0.62 0.45
Hex 76 BA 2C 25 0 4C 1B 59 3E 2D
Octal 166 272 54 45 0 114 33 131 76 55
Binary 1110110 10111010 101100 100101 0 1001100 11011 1011001 111110 101101

Color Harmonies of #76BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA2C

Black with #76BA2C

Text Example


Text Example

White with #76BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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