Html Css Color HEX #76BE2C Lima

📋 copy color: '#76BE2C'

red 118 ◦ green 190 ◦ blue 44

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

Shades of Lima #76BE2C

Tints of Lima #76BE2C

RGB

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

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

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

R = 33.52%
G = 53.98%
B = 12.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#76BE2C (or 0x76BE2C) is known color: Lima. HEX triplet: 76, BE and 2C. RGB value is (118,190,44). Sum of RGB (Red+Green+Blue) = 118+190+44=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE2C is #8941D3. Grayscale: #989898. Windows color (decimal): -8995284 or 2932342. OLE color: 2932342.

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

Color convert

RGB 118 190 44 -
CMYK 0.38 0 0.77 0.25
HSL 89.59º 0.62% 0.46% -
HSV(B) 89.59º 0.77% 0.75% -
XYZ 26.34 40.86 8.88 -
YUV 151.83 67.15 103.87 -
System Red Green Blue C M Y K H S L
Decimal 118 190 44 0.38 0 0.77 0.25 89.59 0.62 0.46
Hex 76 BE 2C 26 0 4D 19 5A 3E 2E
Octal 166 276 54 46 0 115 31 132 76 56
Binary 1110110 10111110 101100 100110 0 1001101 11001 1011010 111110 101110

Color Harmonies of #76BE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE2C

Black with #76BE2C

Text Example


Text Example

White with #76BE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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