#55E13F

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

Shades of Lime Green #55E13F

Tints of Lime Green #55E13F

Color information

#55E13F (or 0x55E13F) is unknown color: approx Lime Green. HEX triplet: 55, E1 and 3F. RGB value is (85,225,63). Sum of RGB (Red+Green+Blue) = 85+225+63=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #55E13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E13F is #AA1EC0. Grayscale: #A5A5A5. Windows color (decimal): -11148993 or 4186453. OLE color: 4186453.

HSL color Cylindrical-coordinate representation of color #55E13F: hue angle of 111.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55E13F is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB8522563-
CMYK0.6200.720.12
HSL111.85º72.97%56.47%-
HSV(B)111.85º72%88.24%-
XYZ31.5756.1413.88-
YUV164.6770.6271.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 225 (88.28% from 255) = 60.32%
BLUE value IS 63 (25% from 255) = 16.89%
R=22.79%
G=60.32%
B=16.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85225630.6200.720.12111.8572.9756.47
Hex55E13F3E048C704938
Octal125341777601101416011170
Binary10101011110000111111111111001001000110011100001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,225,63); }

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

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

 a { background-color: rgb(85,225,63); }

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

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

 span { border-color: rgb(85,225,63); }

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