Html Css Color HEX #3DD128 Lime Green

📋 copy color: '#3DD128'

red 61 ◦ green 209 ◦ blue 40

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

Shades of Lime Green #3DD128

Tints of Lime Green #3DD128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 19.68%
G = 67.42%
B = 12.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#3DD128 (or 0x3DD128) is known color: Lime Green. HEX triplet: 3D, D1 and 28. RGB value is (61,209,40). Sum of RGB (Red+Green+Blue) = 61+209+40=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 209 (82.03% from 255 or 67.42% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD128 is #C22ED7. Grayscale: #929292. Windows color (decimal): -12725976 or 2675005. OLE color: 2675005.

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

Color convert

RGB 61 209 40 -
CMYK 0.71 0 0.81 0.18
HSL 112.54º 0.68% 0.49% -
HSV(B) 112.54º 0.81% 0.82% -
XYZ 25.11 46.75 9.71 -
YUV 145.48 68.47 67.74 -
System Red Green Blue C M Y K H S L
Decimal 61 209 40 0.71 0 0.81 0.18 112.54 0.68 0.49
Hex 3D D1 28 47 0 51 12 71 44 31
Octal 75 321 50 107 0 121 22 161 104 61
Binary 111101 11010001 101000 1000111 0 1010001 10010 1110001 1000100 110001

Color Harmonies of #3DD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD128

Black with #3DD128

Text Example


Text Example

White with #3DD128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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