#55E73F

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

Shades of Lime Green #55E73F

Tints of Lime Green #55E73F

Color information

#55E73F (or 0x55E73F) is unknown color: approx Lime Green. HEX triplet: 55, E7 and 3F. RGB value is (85,231,63). Sum of RGB (Red+Green+Blue) = 85+231+63=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 231 (90.62% from 255 or 60.95% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 231 - color contains mainly: green. Hex color #55E73F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E73F is #AA18C0. Grayscale: #A8A8A8. Windows color (decimal): -11147457 or 4187989. OLE color: 4187989.

HSL color Cylindrical-coordinate representation of color #55E73F: hue angle of 112.14º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55E73F is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB8523163-
CMYK0.6300.730.09
HSL112.14º77.78%57.65%-
HSV(B)112.14º72.73%90.59%-
XYZ33.2259.4414.43-
YUV168.1968.6368.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 231 (90.62% from 255) = 60.95%
BLUE value IS 63 (25% from 255) = 16.62%
R=22.43%
G=60.95%
B=16.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85231630.6300.730.09112.1477.7857.65
Hex55E73F3F0499704e3a
Octal125347777701111116011672
Binary10101011110011111111111111101001001100111100001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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