Html Css Color HEX #76C22F Lima

📋 copy color: '#76C22F'

red 118 ◦ green 194 ◦ blue 47

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

Shades of Lima #76C22F

Tints of Lima #76C22F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.04%

 BLUE value IS 47 (18.75% from 255) = 13.09%

R = 32.87%
G = 54.04%
B = 13.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#76C22F (or 0x76C22F) is known color: Lima. HEX triplet: 76, C2 and 2F. RGB value is (118,194,47). Sum of RGB (Red+Green+Blue) = 118+194+47=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #76C22F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C22F is #893DD0. Grayscale: #9B9B9B. Windows color (decimal): -8994257 or 3129974. OLE color: 3129974.

HSL color Cylindrical-coordinate representation of color #76C22F: hue angle of 91.02º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76C22F is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 47 -
CMYK 0.39 0 0.76 0.24
HSL 91.02º 0.61% 0.47% -
HSV(B) 91.02º 0.76% 0.76% -
XYZ 27.28 42.64 9.48 -
YUV 154.52 67.32 101.95 -
System Red Green Blue C M Y K H S L
Decimal 118 194 47 0.39 0 0.76 0.24 91.02 0.61 0.47
Hex 76 C2 2F 27 0 4C 18 5B 3D 2F
Octal 166 302 57 47 0 114 30 133 75 57
Binary 1110110 11000010 101111 100111 0 1001100 11000 1011011 111101 101111

Color Harmonies of #76C22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C22F

Black with #76C22F

Text Example


Text Example

White with #76C22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,194,47); }

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

background-color css

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

 a { background-color: rgb(118,194,47); }

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

border-color css

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

 span { border-color: rgb(118,194,47); }

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