Html Css Color HEX #76CC20 Lima

📋 copy color: '#76CC20'

red 118 ◦ green 204 ◦ blue 32

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

Shades of Lima #76CC20

Tints of Lima #76CC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.63%

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 33.33%
G = 57.63%
B = 9.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#76CC20 (or 0x76CC20) is known color: Lima. HEX triplet: 76, CC and 20. RGB value is (118,204,32). Sum of RGB (Red+Green+Blue) = 118+204+32=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC20 is #8933DF. Grayscale: #9F9F9F. Windows color (decimal): -8991712 or 2149494. OLE color: 2149494.

HSL color Cylindrical-coordinate representation of color #76CC20: hue angle of 90º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76CC20 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 32 -
CMYK 0.42 0 0.84 0.2
HSL 90º 0.73% 0.46% -
HSV(B) 90º 0.84% 0.8% -
XYZ 29.32 47.14 8.92 -
YUV 158.68 56.51 98.99 -
System Red Green Blue C M Y K H S L
Decimal 118 204 32 0.42 0 0.84 0.2 90 0.73 0.46
Hex 76 CC 20 2A 0 54 14 5A 49 2E
Octal 166 314 40 52 0 124 24 132 111 56
Binary 1110110 11001100 100000 101010 0 1010100 10100 1011010 1001001 101110

Color Harmonies of #76CC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC20

Black with #76CC20

Text Example


Text Example

White with #76CC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,204,32); }

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

background-color css

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

 a { background-color: rgb(118,204,32); }

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

border-color css

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

 span { border-color: rgb(118,204,32); }

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