Html Css Color HEX #3DD942 Lime Green

📋 copy color: '#3DD942'

red 61 ◦ green 217 ◦ blue 66

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

Shades of Lime Green #3DD942

Tints of Lime Green #3DD942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 17.73%
G = 63.08%
B = 19.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#3DD942 (or 0x3DD942) is known color: Lime Green. HEX triplet: 3D, D9 and 42. RGB value is (61,217,66). Sum of RGB (Red+Green+Blue) = 61+217+66=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 217 (85.16% from 255 or 63.08% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD942 is #C226BD. Grayscale: #999999. Windows color (decimal): -12723902 or 4380989. OLE color: 4380989.

HSL color Cylindrical-coordinate representation of color #3DD942: hue angle of 121.92º 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 #3DD942 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 217 66 -
CMYK 0.72 0 0.70 0.15
HSL 121.92º 0.67% 0.55% -
HSV(B) 121.92º 0.72% 0.85% -
XYZ 27.72 51.01 13.54 -
YUV 153.14 78.82 62.28 -
System Red Green Blue C M Y K H S L
Decimal 61 217 66 0.72 0 0.70 0.15 121.92 0.67 0.55
Hex 3D D9 42 48 0 46 F 7A 43 37
Octal 75 331 102 110 0 106 17 172 103 67
Binary 111101 11011001 1000010 1001000 0 1000110 1111 1111010 1000011 110111

Color Harmonies of #3DD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD942

Black with #3DD942

Text Example


Text Example

White with #3DD942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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