#3DD640

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

Shades of Lime Green #3DD640

Tints of Lime Green #3DD640

Color information

#3DD640 (or 0x3DD640) is unknown color: approx Lime Green. HEX triplet: 3D, D6 and 40. RGB value is (61,214,64). Sum of RGB (Red+Green+Blue) = 61+214+64=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD640 is #C229BF. Grayscale: #979797. Windows color (decimal): -12724672 or 4249149. OLE color: 4249149.

HSL color Cylindrical-coordinate representation of color #3DD640: hue angle of 121.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD640 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB6121464-
CMYK0.7100.700.16
HSL121.18º65.11%53.92%-
HSV(B)121.18º71.5%83.92%-
XYZ26.949.4612.98-
YUV151.1578.8163.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.99%
GREEN value IS 214 (83.98% from 255) = 63.13%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=17.99%
G=63.13%
B=18.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61214640.7100.700.16121.1865.1153.92
Hex3DD6404704610794136
Octal7532610010701062017110166
Binary1111011101011010000001000111010001101000011110011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,214,64); }

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

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

 a { background-color: rgb(61,214,64); }

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

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

 span { border-color: rgb(61,214,64); }

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