#55DC4C

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

Shades of Lime Green #55DC4C

Tints of Lime Green #55DC4C

Color information

#55DC4C (or 0x55DC4C) is unknown color: approx Lime Green. HEX triplet: 55, DC and 4C. RGB value is (85,220,76). Sum of RGB (Red+Green+Blue) = 85+220+76=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DC4C is #AA23B3. Grayscale: #A3A3A3. Windows color (decimal): -11150260 or 5037141. OLE color: 5037141.

HSL color Cylindrical-coordinate representation of color #55DC4C: hue angle of 116.25º 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 #55DC4C is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB8522076-
CMYK0.6100.650.14
HSL116.25º67.29%58.04%-
HSV(B)116.25º65.45%86.27%-
XYZ30.6453.6415.58-
YUV163.2278.7772.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85220760.6100.650.14116.2567.2958.04
Hex55DC4C3D041E74433a
Octal1253341147501011616410372
Binary101010111011100100110011110101000001111011101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55DC4C; }

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

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

<style>
 a { background-color: #55DC4C; }

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

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

<style>
 span { border-color: #55DC4C; }

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

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