#4CDC55

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

Shades of Lime Green #4CDC55

Tints of Lime Green #4CDC55

Color information

#4CDC55 (or 0x4CDC55) is unknown color: approx Lime Green. HEX triplet: 4C, DC and 55. RGB value is (76,220,85). Sum of RGB (Red+Green+Blue) = 76+220+85=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDC55 is #B323AA. Grayscale: #A1A1A1. Windows color (decimal): -11740075 or 5626956. OLE color: 5626956.

HSL color Cylindrical-coordinate representation of color #4CDC55: hue angle of 123.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDC55 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB7622085-
CMYK0.6500.610.14
HSL123.75º67.29%58.04%-
HSV(B)123.75º65.45%86.27%-
XYZ30.2153.3817.31-
YUV161.5584.7966.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 220 (86.33% from 255) = 57.74%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=19.95%
G=57.74%
B=22.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal76220850.6500.610.14123.7567.2958.04
Hex4CDC554103DE7c433a
Octal1143341251010751617410372
Binary100110011011100101010110000010111101111011111001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,220,85); }

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

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

 a { background-color: rgb(76,220,85); }

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

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

 span { border-color: rgb(76,220,85); }

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