#55D53C

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

Shades of Lime Green #55D53C

Tints of Lime Green #55D53C

Color information

#55D53C (or 0x55D53C) is unknown color: approx Lime Green. HEX triplet: 55, D5 and 3C. RGB value is (85,213,60). Sum of RGB (Red+Green+Blue) = 85+213+60=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #55D53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D53C is #AA2AC3. Grayscale: #9D9D9D. Windows color (decimal): -11152068 or 3986773. OLE color: 3986773.

HSL color Cylindrical-coordinate representation of color #55D53C: hue angle of 110.2º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55D53C is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB8521360-
CMYK0.6000.720.16
HSL110.2º64.56%53.53%-
HSV(B)110.2º71.83%83.53%-
XYZ28.3649.8512.4-
YUV157.2973.0976.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 213 (83.59% from 255) = 59.50%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=23.74%
G=59.50%
B=16.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85213600.6000.720.16110.264.5653.53
Hex55D53C3C048106e4136
Octal125325747401102015610166
Binary101010111010101111100111100010010001000011011101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,60); }

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

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

 a { background-color: rgb(85,213,60); }

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

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

 span { border-color: rgb(85,213,60); }

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