#39d550

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

Shades of Lime Green #39D550

Tints of Lime Green #39D550

Color information

#39D550 (or 0x39D550) is unknown color: approx Lime Green. HEX triplet: 39, D5 and 50. RGB value is (57,213,80). Sum of RGB (Red+Green+Blue) = 57+213+80=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #39D550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D550 is #C62AAF. Grayscale: #979797. Windows color (decimal): -12987056 or 5297465. OLE color: 5297465.

HSL color Cylindrical-coordinate representation of color #39D550: hue angle of 128.85º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D550 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB5721380-
CMYK0.7300.620.16
HSL128.85º65%52.94%-
HSV(B)128.85º73.24%83.53%-
XYZ26.9349.0415.64-
YUV151.1987.8260.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.29%
GREEN value IS 213 (83.59% from 255) = 60.86%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=16.29%
G=60.86%
B=22.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal57213800.7300.620.16128.856552.94
Hex39D5504903E10814135
Octal713251201110762020110165
Binary1110011101010110100001001001011111010000100000011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39d550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39d550; }

 p { color: rgb(57,213,80); }

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

<style>
 a { background-color: #39d550; }

 a { background-color: rgb(57,213,80); }

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

<style>
 span { border-color: #39d550; }

 span { border-color: rgb(57,213,80); }

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