#55F633

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

Shades of Lime Green #55F633

Tints of Lime Green #55F633

Color information

#55F633 (or 0x55F633) is unknown color: approx Lime Green. HEX triplet: 55, F6 and 33. RGB value is (85,246,51). Sum of RGB (Red+Green+Blue) = 85+246+51=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 246 (96.48% from 255 or 64.40% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 246 - color contains mainly: green. Hex color #55F633 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F633 is #AA09CC. Grayscale: #B0B0B0. Windows color (decimal): -11143629 or 3405397. OLE color: 3405397.

HSL color Cylindrical-coordinate representation of color #55F633: hue angle of 109.54º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55F633 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB8524651-
CMYK0.6500.790.04
HSL109.54º91.55%58.24%-
HSV(B)109.54º79.27%96.47%-
XYZ37.368.0814.31-
YUV175.6357.6663.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 246 (96.48% from 255) = 64.40%
BLUE value IS 51 (20.31% from 255) = 13.35%
R=22.25%
G=64.40%
B=13.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85246510.6500.790.04109.5491.5558.24
Hex55F6334104F46e5c3a
Octal125366631010117415613472
Binary10101011111011011001110000010100111110011011101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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