Html Css Color HEX #3DD841 Lime Green

📋 copy color: '#3DD841'

red 61 ◦ green 216 ◦ blue 65

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

Shades of Lime Green #3DD841

Tints of Lime Green #3DD841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.16%

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

R = 17.84%
G = 63.16%
B = 19.01%

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

#3DD841 (or 0x3DD841) is known color: Lime Green. HEX triplet: 3D, D8 and 41. RGB value is (61,216,65). Sum of RGB (Red+Green+Blue) = 61+216+65=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 216 (84.77% from 255 or 63.16% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD841 is #C227BE. Grayscale: #989898. Windows color (decimal): -12724159 or 4315197. OLE color: 4315197.

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

Color convert

RGB 61 216 65 -
CMYK 0.72 0 0.70 0.15
HSL 121.55º 0.67% 0.54% -
HSV(B) 121.55º 0.72% 0.85% -
XYZ 27.43 50.49 13.3 -
YUV 152.44 78.65 62.78 -
System Red Green Blue C M Y K H S L
Decimal 61 216 65 0.72 0 0.70 0.15 121.55 0.67 0.54
Hex 3D D8 41 48 0 46 F 7A 43 36
Octal 75 330 101 110 0 106 17 172 103 66
Binary 111101 11011000 1000001 1001000 0 1000110 1111 1111010 1000011 110110

Color Harmonies of #3DD841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD841

Black with #3DD841

Text Example


Text Example

White with #3DD841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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