#55F133

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

Shades of Lime Green #55F133

Tints of Lime Green #55F133

Color information

#55F133 (or 0x55F133) is unknown color: approx Lime Green. HEX triplet: 55, F1 and 33. RGB value is (85,241,51). Sum of RGB (Red+Green+Blue) = 85+241+51=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #55F133 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F133 is #AA0ECC. Grayscale: #ADADAD. Windows color (decimal): -11144909 or 3404117. OLE color: 3404117.

HSL color Cylindrical-coordinate representation of color #55F133: hue angle of 109.26º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55F133 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB8524151-
CMYK0.6500.790.05
HSL109.26º87.16%57.25%-
HSV(B)109.26º78.84%94.51%-
XYZ35.865.0813.81-
YUV172.759.3265.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 241 (94.53% from 255) = 63.93%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=22.55%
G=63.93%
B=13.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85241510.6500.790.05109.2687.1657.25
Hex55F1334104F56d5739
Octal125361631010117515512771
Binary10101011111000111001110000010100111110111011011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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