Html Css Color HEX #3DD120 Lime Green

📋 copy color: '#3DD120'

red 61 ◦ green 209 ◦ blue 32

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

Shades of Lime Green #3DD120

Tints of Lime Green #3DD120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 20.2%
G = 69.21%
B = 10.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#3DD120 (or 0x3DD120) is known color: Lime Green. HEX triplet: 3D, D1 and 20. RGB value is (61,209,32). Sum of RGB (Red+Green+Blue) = 61+209+32=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 209 (82.03% from 255 or 69.21% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD120 is #C22EDF. Grayscale: #919191. Windows color (decimal): -12725984 or 2150717. OLE color: 2150717.

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

Color convert

RGB 61 209 32 -
CMYK 0.71 0 0.85 0.18
HSL 110.17º 0.73% 0.47% -
HSV(B) 110.17º 0.85% 0.82% -
XYZ 24.99 46.7 9.06 -
YUV 144.57 64.47 68.39 -
System Red Green Blue C M Y K H S L
Decimal 61 209 32 0.71 0 0.85 0.18 110.17 0.73 0.47
Hex 3D D1 20 47 0 55 12 6E 49 2F
Octal 75 321 40 107 0 125 22 156 111 57
Binary 111101 11010001 100000 1000111 0 1010101 10010 1101110 1001001 101111

Color Harmonies of #3DD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD120

Black with #3DD120

Text Example


Text Example

White with #3DD120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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