#39D750

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

Shades of Lime Green #39D750

Tints of Lime Green #39D750

Color information

#39D750 (or 0x39D750) is unknown color: approx Lime Green. HEX triplet: 39, D7 and 50. RGB value is (57,215,80). Sum of RGB (Red+Green+Blue) = 57+215+80=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #39D750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D750 is #C628AF. Grayscale: #989898. Windows color (decimal): -12986544 or 5297977. OLE color: 5297977.

HSL color Cylindrical-coordinate representation of color #39D750: hue angle of 128.73º degrees, saturation: 0.66, 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 #39D750 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB5721580-
CMYK0.7300.630.16
HSL128.73º66.39%53.33%-
HSV(B)128.73º73.49%84.31%-
XYZ27.4450.0515.8-
YUV152.3787.1559.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.19%
GREEN value IS 215 (84.38% from 255) = 61.08%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=16.19%
G=61.08%
B=22.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal57215800.7300.630.16128.7366.3953.33
Hex39D7504903F10814235
Octal713271201110772020110265
Binary1110011101011110100001001001011111110000100000011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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