Html Css Color HEX #76BF2C Lima

📋 copy color: '#76BF2C'

red 118 ◦ green 191 ◦ blue 44

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

Shades of Lima #76BF2C

Tints of Lima #76BF2C

RGB

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

 GREEN value IS 191 (75% from 255) = 54.11%

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

R = 33.43%
G = 54.11%
B = 12.46%

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

#76BF2C (or 0x76BF2C) is known color: Lima. HEX triplet: 76, BF and 2C. RGB value is (118,191,44). Sum of RGB (Red+Green+Blue) = 118+191+44=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF2C is #8940D3. Grayscale: #989898. Windows color (decimal): -8995028 or 2932598. OLE color: 2932598.

HSL color Cylindrical-coordinate representation of color #76BF2C: hue angle of 89.8º degrees, saturation: 0.63, 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 #76BF2C is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 44 -
CMYK 0.38 0 0.77 0.25
HSL 89.8º 0.63% 0.46% -
HSV(B) 89.8º 0.77% 0.75% -
XYZ 26.56 41.3 8.95 -
YUV 152.42 66.82 103.45 -
System Red Green Blue C M Y K H S L
Decimal 118 191 44 0.38 0 0.77 0.25 89.8 0.63 0.46
Hex 76 BF 2C 26 0 4D 19 5A 3F 2E
Octal 166 277 54 46 0 115 31 132 77 56
Binary 1110110 10111111 101100 100110 0 1001101 11001 1011010 111111 101110

Color Harmonies of #76BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF2C

Black with #76BF2C

Text Example


Text Example

White with #76BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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