#55D941

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

Shades of Lime Green #55D941

Tints of Lime Green #55D941

Color information

#55D941 (or 0x55D941) is unknown color: approx Lime Green. HEX triplet: 55, D9 and 41. RGB value is (85,217,65). Sum of RGB (Red+Green+Blue) = 85+217+65=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #55D941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D941 is #AA26BE. Grayscale: #A0A0A0. Windows color (decimal): -11151039 or 4315477. OLE color: 4315477.

HSL color Cylindrical-coordinate representation of color #55D941: hue angle of 112.11º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55D941 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB8521765-
CMYK0.6100.700.15
HSL112.11º66.67%55.29%-
HSV(B)112.11º70.05%85.1%-
XYZ29.5151.9413.47-
YUV160.274.2774.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 217 (85.16% from 255) = 59.13%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=23.16%
G=59.13%
B=17.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85217650.6100.700.15112.1166.6755.29
Hex55D9413D046F704337
Octal1253311017501061716010367
Binary101010111011001100000111110101000110111111100001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,217,65); }

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

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

 a { background-color: rgb(85,217,65); }

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

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

 span { border-color: rgb(85,217,65); }

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