#3DDD39

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

Shades of Lime Green #3DDD39

Tints of Lime Green #3DDD39

Color information

#3DDD39 (or 0x3DDD39) is unknown color: approx Lime Green. HEX triplet: 3D, DD and 39. RGB value is (61,221,57). Sum of RGB (Red+Green+Blue) = 61+221+57=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD39 is #C222C6. Grayscale: #9A9A9A. Windows color (decimal): -12722887 or 3792189. OLE color: 3792189.

HSL color Cylindrical-coordinate representation of color #3DDD39: hue angle of 118.54º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DDD39 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB6122157-
CMYK0.7200.740.13
HSL118.54º70.69%54.51%-
HSV(B)118.54º74.21%86.67%-
XYZ28.525312.6-
YUV154.4672.9961.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.99%
GREEN value IS 221 (86.72% from 255) = 65.19%
BLUE value IS 57 (22.66% from 255) = 16.81%
R=17.99%
G=65.19%
B=16.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61221570.7200.740.13118.5470.6954.51
Hex3DDD394804AD774737
Octal753357111001121516710767
Binary11110111011101111001100100001001010110111101111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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