#55DC33

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

Shades of Lime Green #55DC33

Tints of Lime Green #55DC33

Color information

#55DC33 (or 0x55DC33) is unknown color: approx Lime Green. HEX triplet: 55, DC and 33. RGB value is (85,220,51). Sum of RGB (Red+Green+Blue) = 85+220+51=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DC33 is #AA23CC. Grayscale: #A0A0A0. Windows color (decimal): -11150285 or 3398741. OLE color: 3398741.

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

Color convert

RGB8522051-
CMYK0.6100.770.14
HSL107.93º70.71%53.14%-
HSV(B)107.93º76.82%86.27%-
XYZ29.9453.3611.85-
YUV160.3766.2774.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 220 (86.33% from 255) = 61.80%
BLUE value IS 51 (20.31% from 255) = 14.33%
R=23.88%
G=61.80%
B=14.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85220510.6100.770.14107.9370.7153.14
Hex55DC333D04DE6c4735
Octal125334637501151615410765
Binary10101011101110011001111110101001101111011011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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