Html Css Color HEX #76CA2C Lima

📋 copy color: '#76CA2C'

red 118 ◦ green 202 ◦ blue 44

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

Shades of Lima #76CA2C

Tints of Lima #76CA2C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.49%

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

R = 32.42%
G = 55.49%
B = 12.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#76CA2C (or 0x76CA2C) is known color: Lima. HEX triplet: 76, CA and 2C. RGB value is (118,202,44). Sum of RGB (Red+Green+Blue) = 118+202+44=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CA2C is #8935D3. Grayscale: #9F9F9F. Windows color (decimal): -8992212 or 2935414. OLE color: 2935414.

HSL color Cylindrical-coordinate representation of color #76CA2C: hue angle of 91.9º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76CA2C is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 44 -
CMYK 0.42 0 0.78 0.21
HSL 91.9º 0.64% 0.48% -
HSV(B) 91.9º 0.78% 0.79% -
XYZ 29.05 46.27 9.78 -
YUV 158.87 63.17 98.85 -
System Red Green Blue C M Y K H S L
Decimal 118 202 44 0.42 0 0.78 0.21 91.9 0.64 0.48
Hex 76 CA 2C 2A 0 4E 15 5C 40 30
Octal 166 312 54 52 0 116 25 134 100 60
Binary 1110110 11001010 101100 101010 0 1001110 10101 1011100 1000000 110000

Color Harmonies of #76CA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA2C

Black with #76CA2C

Text Example


Text Example

White with #76CA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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