Html Css Color HEX #3DD81D Lime Green

📋 copy color: '#3DD81D'

red 61 ◦ green 216 ◦ blue 29

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

Shades of Lime Green #3DD81D

Tints of Lime Green #3DD81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.48%

R = 19.93%
G = 70.59%
B = 9.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#3DD81D (or 0x3DD81D) is known color: Lime Green. HEX triplet: 3D, D8 and 1D. RGB value is (61,216,29). Sum of RGB (Red+Green+Blue) = 61+216+29=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD81D is #C227E2. Grayscale: #949494. Windows color (decimal): -12724195 or 1955901. OLE color: 1955901.

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

Color convert

RGB 61 216 29 -
CMYK 0.72 0 0.87 0.15
HSL 109.73º 0.76% 0.48% -
HSV(B) 109.73º 0.87% 0.85% -
XYZ 26.7 50.19 9.44 -
YUV 148.34 60.65 65.71 -
System Red Green Blue C M Y K H S L
Decimal 61 216 29 0.72 0 0.87 0.15 109.73 0.76 0.48
Hex 3D D8 1D 48 0 57 F 6E 4C 30
Octal 75 330 35 110 0 127 17 156 114 60
Binary 111101 11011000 11101 1001000 0 1010111 1111 1101110 1001100 110000

Color Harmonies of #3DD81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD81D

Black with #3DD81D

Text Example


Text Example

White with #3DD81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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