#55E735

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

Shades of Lime Green #55E735

Tints of Lime Green #55E735

Color information

#55E735 (or 0x55E735) is unknown color: approx Lime Green. HEX triplet: 55, E7 and 35. RGB value is (85,231,53). Sum of RGB (Red+Green+Blue) = 85+231+53=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #55E735 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E735 is #AA18CA. Grayscale: #A7A7A7. Windows color (decimal): -11147467 or 3532629. OLE color: 3532629.

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

Color convert

RGB8523153-
CMYK0.6300.770.09
HSL109.21º78.76%55.69%-
HSV(B)109.21º77.06%90.59%-
XYZ32.9659.3413.08-
YUV167.0563.6369.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 231 (90.62% from 255) = 62.60%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=23.04%
G=62.60%
B=14.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85231530.6300.770.09109.2178.7655.69
Hex55E7353F04D96d4f38
Octal125347657701151115511770
Binary10101011110011111010111111101001101100111011011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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