#55dc31

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

Shades of Lime Green #55DC31

Tints of Lime Green #55DC31

Color information

#55DC31 (or 0x55DC31) is unknown color: approx Lime Green. HEX triplet: 55, DC and 31. RGB value is (85,220,49). Sum of RGB (Red+Green+Blue) = 85+220+49=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DC31 is #AA23CE. Grayscale: #A0A0A0. Windows color (decimal): -11150287 or 3267669. OLE color: 3267669.

HSL color Cylindrical-coordinate representation of color #55DC31: hue angle of 107.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55DC31 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB8522049-
CMYK0.6100.780.14
HSL107.37º70.95%52.75%-
HSV(B)107.37º77.73%86.27%-
XYZ29.8953.3411.63-
YUV160.1465.2774.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 220 (86.33% from 255) = 62.15%
BLUE value IS 49 (19.53% from 255) = 13.84%
R=24.01%
G=62.15%
B=13.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85220490.6100.780.14107.3770.9552.75
Hex55DC313D04EE6b4735
Octal125334617501161615310765
Binary10101011101110011000111110101001110111011010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55dc31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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