#55DE33

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

Shades of Lime Green #55DE33

Tints of Lime Green #55DE33

Color information

#55DE33 (or 0x55DE33) is unknown color: approx Lime Green. HEX triplet: 55, DE and 33. RGB value is (85,222,51). Sum of RGB (Red+Green+Blue) = 85+222+51=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 222 (87.11% from 255 or 62.01% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DE33 is #AA21CC. Grayscale: #A2A2A2. Windows color (decimal): -11149773 or 3399253. OLE color: 3399253.

HSL color Cylindrical-coordinate representation of color #55DE33: hue angle of 108.07º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55DE33 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB8522251-
CMYK0.6200.770.13
HSL108.07º72.15%53.53%-
HSV(B)108.07º77.03%87.06%-
XYZ30.4754.4112.03-
YUV161.5465.6173.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 222 (87.11% from 255) = 62.01%
BLUE value IS 51 (20.31% from 255) = 14.25%
R=23.74%
G=62.01%
B=14.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85222510.6200.770.13108.0772.1553.53
Hex55DE333E04DD6c4836
Octal125336637601151515411066
Binary10101011101111011001111111001001101110111011001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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