#3DD939

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

Shades of Lime Green #3DD939

Tints of Lime Green #3DD939

Color information

#3DD939 (or 0x3DD939) is unknown color: approx Lime Green. HEX triplet: 3D, D9 and 39. RGB value is (61,217,57). Sum of RGB (Red+Green+Blue) = 61+217+57=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD939 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD939 is #C226C6. Grayscale: #989898. Windows color (decimal): -12723911 or 3791165. OLE color: 3791165.

HSL color Cylindrical-coordinate representation of color #3DD939: hue angle of 118.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DD939 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB6121757-
CMYK0.7200.740.15
HSL118.5º67.8%53.73%-
HSV(B)118.5º73.73%85.1%-
XYZ27.4850.9112.25-
YUV152.1274.3263.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 217 (85.16% from 255) = 64.78%
BLUE value IS 57 (22.66% from 255) = 17.01%
R=18.21%
G=64.78%
B=17.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61217570.7200.740.15118.567.853.73
Hex3DD9394804AF764436
Octal753317111001121716610466
Binary11110111011001111001100100001001010111111101101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DD939; }

 p { color: rgb(61,217,57); }

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

<style>
 a { background-color: #3DD939; }

 a { background-color: rgb(61,217,57); }

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

<style>
 span { border-color: #3DD939; }

 span { border-color: rgb(61,217,57); }

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