#55E13C

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

Shades of Lime Green #55E13C

Tints of Lime Green #55E13C

Color information

#55E13C (or 0x55E13C) is unknown color: approx Lime Green. HEX triplet: 55, E1 and 3C. RGB value is (85,225,60). Sum of RGB (Red+Green+Blue) = 85+225+60=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 225 (88.28% from 255 or 60.81% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 225 - color contains mainly: green. Hex color #55E13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E13C is #AA1EC3. Grayscale: #A4A4A4. Windows color (decimal): -11148996 or 3989845. OLE color: 3989845.

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

Color convert

RGB8522560-
CMYK0.6200.730.12
HSL110.91º73.33%55.88%-
HSV(B)110.91º73.33%88.24%-
XYZ31.4956.1113.45-
YUV164.3369.1271.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 225 (88.28% from 255) = 60.81%
BLUE value IS 60 (23.83% from 255) = 16.22%
R=22.97%
G=60.81%
B=16.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85225600.6200.730.12110.9173.3355.88
Hex55E13C3E049C6f4938
Octal125341747601111415711170
Binary10101011110000111110011111001001001110011011111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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