Html Css Color HEX #76C22D Lima

📋 copy color: '#76C22D'

red 118 ◦ green 194 ◦ blue 45

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

Shades of Lima #76C22D

Tints of Lima #76C22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 33.05%
G = 54.34%
B = 12.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#76C22D (or 0x76C22D) is known color: Lima. HEX triplet: 76, C2 and 2D. RGB value is (118,194,45). Sum of RGB (Red+Green+Blue) = 118+194+45=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #76C22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C22D is #893DD2. Grayscale: #9A9A9A. Windows color (decimal): -8994259 or 2998902. OLE color: 2998902.

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

Color convert

RGB 118 194 45 -
CMYK 0.39 0 0.77 0.24
HSL 90.6º 0.62% 0.47% -
HSV(B) 90.6º 0.77% 0.76% -
XYZ 27.24 42.62 9.27 -
YUV 154.29 66.32 102.12 -
System Red Green Blue C M Y K H S L
Decimal 118 194 45 0.39 0 0.77 0.24 90.6 0.62 0.47
Hex 76 C2 2D 27 0 4D 18 5B 3E 2F
Octal 166 302 55 47 0 115 30 133 76 57
Binary 1110110 11000010 101101 100111 0 1001101 11000 1011011 111110 101111

Color Harmonies of #76C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C22D

Black with #76C22D

Text Example


Text Example

White with #76C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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