Html Css Color HEX #3DD849 Lime Green

📋 copy color: '#3DD849'

red 61 ◦ green 216 ◦ blue 73

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

Shades of Lime Green #3DD849

Tints of Lime Green #3DD849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 17.43%
G = 61.71%
B = 20.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#3DD849 (or 0x3DD849) is known color: Lime Green. HEX triplet: 3D, D8 and 49. RGB value is (61,216,73). Sum of RGB (Red+Green+Blue) = 61+216+73=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD849 is #C227B6. Grayscale: #999999. Windows color (decimal): -12724151 or 4839485. OLE color: 4839485.

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

Color convert

RGB 61 216 73 -
CMYK 0.72 0 0.66 0.15
HSL 124.65º 0.67% 0.54% -
HSV(B) 124.65º 0.72% 0.85% -
XYZ 27.68 50.58 14.61 -
YUV 153.35 82.65 62.13 -
System Red Green Blue C M Y K H S L
Decimal 61 216 73 0.72 0 0.66 0.15 124.65 0.67 0.54
Hex 3D D8 49 48 0 42 F 7D 43 36
Octal 75 330 111 110 0 102 17 175 103 66
Binary 111101 11011000 1001001 1001000 0 1000010 1111 1111101 1000011 110110

Color Harmonies of #3DD849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD849

Black with #3DD849

Text Example


Text Example

White with #3DD849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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