Html Css Color HEX #3DD82D Lime Green

📋 copy color: '#3DD82D'

red 61 ◦ green 216 ◦ blue 45

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

Shades of Lime Green #3DD82D

Tints of Lime Green #3DD82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 18.94%
G = 67.08%
B = 13.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#3DD82D (or 0x3DD82D) is known color: Lime Green. HEX triplet: 3D, D8 and 2D. RGB value is (61,216,45). Sum of RGB (Red+Green+Blue) = 61+216+45=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD82D is #C227D2. Grayscale: #969696. Windows color (decimal): -12724179 or 3004477. OLE color: 3004477.

HSL color Cylindrical-coordinate representation of color #3DD82D: hue angle of 114.39º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DD82D is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 216 45 -
CMYK 0.72 0 0.79 0.15
HSL 114.39º 0.69% 0.51% -
HSV(B) 114.39º 0.79% 0.85% -
XYZ 26.95 50.29 10.77 -
YUV 150.16 68.65 64.4 -
System Red Green Blue C M Y K H S L
Decimal 61 216 45 0.72 0 0.79 0.15 114.39 0.69 0.51
Hex 3D D8 2D 48 0 4F F 72 45 33
Octal 75 330 55 110 0 117 17 162 105 63
Binary 111101 11011000 101101 1001000 0 1001111 1111 1110010 1000101 110011

Color Harmonies of #3DD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD82D

Black with #3DD82D

Text Example


Text Example

White with #3DD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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