#55E92C

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

Shades of Lime Green #55E92C

Tints of Lime Green #55E92C

Color information

#55E92C (or 0x55E92C) is unknown color: approx Lime Green. HEX triplet: 55, E9 and 2C. RGB value is (85,233,44). Sum of RGB (Red+Green+Blue) = 85+233+44=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 233 (91.41% from 255 or 64.36% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 233 - color contains mainly: green. Hex color #55E92C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E92C is #AA16D3. Grayscale: #A7A7A7. Windows color (decimal): -11146964 or 2943317. OLE color: 2943317.

HSL color Cylindrical-coordinate representation of color #55E92C: hue angle of 106.98º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55E92C is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB8523344-
CMYK0.6400.810.09
HSL106.98º81.12%54.31%-
HSV(B)106.98º81.12%91.37%-
XYZ33.3460.3912.28-
YUV167.258.4769.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 233 (91.41% from 255) = 64.36%
BLUE value IS 44 (17.58% from 255) = 12.15%
R=23.48%
G=64.36%
B=12.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85233440.6400.810.09106.9881.1254.31
Hex55E92C4005196b5136
Octal1253515410001211115312166
Binary101010111101001101100100000001010001100111010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,233,44); }

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

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

 a { background-color: rgb(85,233,44); }

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

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

 span { border-color: rgb(85,233,44); }

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