Html Css Color HEX #3DD940 Lime Green

📋 copy color: '#3DD940'

red 61 ◦ green 217 ◦ blue 64

#3DD940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3DD940

Tints of Lime Green #3DD940

RGB

 RED value IS 61 (24.22% from 255) = 17.84%

 GREEN value IS 217 (85.16% from 255) = 63.45%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 17.84%
G = 63.45%
B = 18.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#3DD940 (or 0x3DD940) is known color: Lime Green. HEX triplet: 3D, D9 and 40. RGB value is (61,217,64). Sum of RGB (Red+Green+Blue) = 61+217+64=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD940 is #C226BF. Grayscale: #999999. Windows color (decimal): -12723904 or 4249917. OLE color: 4249917.

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

Color convert

RGB 61 217 64 -
CMYK 0.72 0 0.71 0.15
HSL 121.15º 0.67% 0.55% -
HSV(B) 121.15º 0.72% 0.85% -
XYZ 27.66 50.99 13.23 -
YUV 152.91 77.82 62.44 -
System Red Green Blue C M Y K H S L
Decimal 61 217 64 0.72 0 0.71 0.15 121.15 0.67 0.55
Hex 3D D9 40 48 0 47 F 79 43 37
Octal 75 331 100 110 0 107 17 171 103 67
Binary 111101 11011001 1000000 1001000 0 1000111 1111 1111001 1000011 110111

Color Harmonies of #3DD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD940

Black with #3DD940

Text Example


Text Example

White with #3DD940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DD940;
 }
 .AnyTagClassName
 {
   color: #3DD940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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