Html Css Color HEX #3DD82B Lime Green

📋 copy color: '#3DD82B'

red 61 ◦ green 216 ◦ blue 43

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

Shades of Lime Green #3DD82B

Tints of Lime Green #3DD82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 19.06%
G = 67.5%
B = 13.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#3DD82B (or 0x3DD82B) is known color: Lime Green. HEX triplet: 3D, D8 and 2B. RGB value is (61,216,43). Sum of RGB (Red+Green+Blue) = 61+216+43=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 216 (84.77% from 255 or 67.5% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD82B is #C227D4. Grayscale: #969696. Windows color (decimal): -12724181 or 2873405. OLE color: 2873405.

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

Color convert

RGB 61 216 43 -
CMYK 0.72 0 0.80 0.15
HSL 113.76º 0.69% 0.51% -
HSV(B) 113.76º 0.8% 0.85% -
XYZ 26.92 50.28 10.57 -
YUV 149.93 67.65 64.57 -
System Red Green Blue C M Y K H S L
Decimal 61 216 43 0.72 0 0.80 0.15 113.76 0.69 0.51
Hex 3D D8 2B 48 0 50 F 72 45 33
Octal 75 330 53 110 0 120 17 162 105 63
Binary 111101 11011000 101011 1001000 0 1010000 1111 1110010 1000101 110011

Color Harmonies of #3DD82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD82B

Black with #3DD82B

Text Example


Text Example

White with #3DD82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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