#55D533

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

Shades of Lime Green #55D533

Tints of Lime Green #55D533

Color information

#55D533 (or 0x55D533) is unknown color: approx Lime Green. HEX triplet: 55, D5 and 33. RGB value is (85,213,51). Sum of RGB (Red+Green+Blue) = 85+213+51=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #55D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D533 is #AA2ACC. Grayscale: #9C9C9C. Windows color (decimal): -11152077 or 3396949. OLE color: 3396949.

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

Color convert

RGB8521351-
CMYK0.6000.760.16
HSL107.41º65.85%51.76%-
HSV(B)107.41º76.06%83.53%-
XYZ28.1449.7611.25-
YUV156.2668.5977.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 213 (83.59% from 255) = 61.03%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=24.36%
G=61.03%
B=14.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85213510.6000.760.16107.4165.8551.76
Hex55D5333C04C106b4234
Octal125325637401142015310264
Binary101010111010101110011111100010011001000011010111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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