Html Css Color HEX #3DD150 Lime Green

📋 copy color: '#3DD150'

red 61 ◦ green 209 ◦ blue 80

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

Shades of Lime Green #3DD150

Tints of Lime Green #3DD150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 17.43%
G = 59.71%
B = 22.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#3DD150 (or 0x3DD150) is known color: Lime Green. HEX triplet: 3D, D1 and 50. RGB value is (61,209,80). Sum of RGB (Red+Green+Blue) = 61+209+80=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD150 is #C22EAF. Grayscale: #969696. Windows color (decimal): -12725936 or 5296445. OLE color: 5296445.

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

Color convert

RGB 61 209 80 -
CMYK 0.71 0 0.62 0.18
HSL 127.7º 0.62% 0.53% -
HSV(B) 127.7º 0.71% 0.82% -
XYZ 26.17 47.17 15.32 -
YUV 150.04 88.47 64.49 -
System Red Green Blue C M Y K H S L
Decimal 61 209 80 0.71 0 0.62 0.18 127.7 0.62 0.53
Hex 3D D1 50 47 0 3E 12 80 3E 35
Octal 75 321 120 107 0 76 22 200 76 65
Binary 111101 11010001 1010000 1000111 0 111110 10010 10000000 111110 110101

Color Harmonies of #3DD150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD150

Black with #3DD150

Text Example


Text Example

White with #3DD150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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