Html Css Color HEX #3DD148 Lime Green

📋 copy color: '#3DD148'

red 61 ◦ green 209 ◦ blue 72

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

Shades of Lime Green #3DD148

Tints of Lime Green #3DD148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 17.84%
G = 61.11%
B = 21.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#3DD148 (or 0x3DD148) is known color: Lime Green. HEX triplet: 3D, D1 and 48. RGB value is (61,209,72). Sum of RGB (Red+Green+Blue) = 61+209+72=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD148 is #C22EB7. Grayscale: #959595. Windows color (decimal): -12725944 or 4772157. OLE color: 4772157.

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

Color convert

RGB 61 209 72 -
CMYK 0.71 0 0.66 0.18
HSL 124.46º 0.62% 0.53% -
HSV(B) 124.46º 0.71% 0.82% -
XYZ 25.89 47.06 13.85 -
YUV 149.13 84.47 65.14 -
System Red Green Blue C M Y K H S L
Decimal 61 209 72 0.71 0 0.66 0.18 124.46 0.62 0.53
Hex 3D D1 48 47 0 42 12 7C 3E 35
Octal 75 321 110 107 0 102 22 174 76 65
Binary 111101 11010001 1001000 1000111 0 1000010 10010 1111100 111110 110101

Color Harmonies of #3DD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD148

Black with #3DD148

Text Example


Text Example

White with #3DD148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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