Html Css Color HEX #3DD141 Lime Green

📋 copy color: '#3DD141'

red 61 ◦ green 209 ◦ blue 65

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

Shades of Lime Green #3DD141

Tints of Lime Green #3DD141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.39%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 18.21%
G = 62.39%
B = 19.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#3DD141 (or 0x3DD141) is known color: Lime Green. HEX triplet: 3D, D1 and 41. RGB value is (61,209,65). Sum of RGB (Red+Green+Blue) = 61+209+65=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 209 (82.03% from 255 or 62.39% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD141 is #C22EBE. Grayscale: #949494. Windows color (decimal): -12725951 or 4313405. OLE color: 4313405.

HSL color Cylindrical-coordinate representation of color #3DD141: hue angle of 121.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD141 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 209 65 -
CMYK 0.71 0 0.69 0.18
HSL 121.62º 0.62% 0.53% -
HSV(B) 121.62º 0.71% 0.82% -
XYZ 25.68 46.97 12.71 -
YUV 148.33 80.97 65.71 -
System Red Green Blue C M Y K H S L
Decimal 61 209 65 0.71 0 0.69 0.18 121.62 0.62 0.53
Hex 3D D1 41 47 0 45 12 7A 3E 35
Octal 75 321 101 107 0 105 22 172 76 65
Binary 111101 11010001 1000001 1000111 0 1000101 10010 1111010 111110 110101

Color Harmonies of #3DD141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD141

Black with #3DD141

Text Example


Text Example

White with #3DD141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,209,65); }

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

background-color css

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

 a { background-color: rgb(61,209,65); }

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

border-color css

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

 span { border-color: rgb(61,209,65); }

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