#4CDE49

Color #4CDE49 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4CDE49

Tints of Lime Green #4CDE49

Color information

#4CDE49 (or 0x4CDE49) is unknown color: approx Lime Green. HEX triplet: 4C, DE and 49. RGB value is (76,222,73). Sum of RGB (Red+Green+Blue) = 76+222+73=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDE49 is #B321B6. Grayscale: #A1A1A1. Windows color (decimal): -11739575 or 4841036. OLE color: 4841036.

HSL color Cylindrical-coordinate representation of color #4CDE49: hue angle of 118.79º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CDE49 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB7622273-
CMYK0.6600.670.13
HSL118.79º69.3%57.84%-
HSV(B)118.79º67.12%87.06%-
XYZ30.354.2615.18-
YUV161.3678.1367.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 222 (87.11% from 255) = 59.84%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=20.49%
G=59.84%
B=19.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76222730.6600.670.13118.7969.357.84
Hex4CDE4942043D77453a
Octal11433611110201031516710572
Binary1001100110111101001001100001001000011110111101111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CDE49; }

 p { color: rgb(76,222,73); }

 H1.HeaderClassName
 {
   color: #4CDE49;
 }
 .AnyTagClassName
 {
   color: #4CDE49;
 }
</style>
background-color css

<style>
 a { background-color: #4CDE49; }

 a { background-color: rgb(76,222,73); }

 div.DivClassName
 {
   background-color: #4CDE49;
 }
 .BgClassName
 {
   background-color: #4CDE49;
 }
</style>
border-color css

<style>
 span { border-color: #4CDE49; }

 span { border-color: rgb(76,222,73); }

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