Html Css Color HEX #76CE2C Lima

📋 copy color: '#76CE2C'

red 118 ◦ green 206 ◦ blue 44

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

Shades of Lima #76CE2C

Tints of Lima #76CE2C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.98%

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

R = 32.07%
G = 55.98%
B = 11.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#76CE2C (or 0x76CE2C) is known color: Lima. HEX triplet: 76, CE and 2C. RGB value is (118,206,44). Sum of RGB (Red+Green+Blue) = 118+206+44=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE2C is #8931D3. Grayscale: #A1A1A1. Windows color (decimal): -8991188 or 2936438. OLE color: 2936438.

HSL color Cylindrical-coordinate representation of color #76CE2C: hue angle of 92.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76CE2C is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 44 -
CMYK 0.43 0 0.79 0.19
HSL 92.59º 0.65% 0.49% -
HSV(B) 92.59º 0.79% 0.81% -
XYZ 30 48.18 10.1 -
YUV 161.22 61.85 97.17 -
System Red Green Blue C M Y K H S L
Decimal 118 206 44 0.43 0 0.79 0.19 92.59 0.65 0.49
Hex 76 CE 2C 2B 0 4F 13 5D 41 31
Octal 166 316 54 53 0 117 23 135 101 61
Binary 1110110 11001110 101100 101011 0 1001111 10011 1011101 1000001 110001

Color Harmonies of #76CE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE2C

Black with #76CE2C

Text Example


Text Example

White with #76CE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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