Html Css Color HEX #3DC44D Lime Green

📋 copy color: '#3DC44D'

red 61 ◦ green 196 ◦ blue 77

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

Shades of Lime Green #3DC44D

Tints of Lime Green #3DC44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.68%

 BLUE value IS 77 (30.47% from 255) = 23.05%

R = 18.26%
G = 58.68%
B = 23.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#3DC44D (or 0x3DC44D) is known color: Lime Green. HEX triplet: 3D, C4 and 4D. RGB value is (61,196,77). Sum of RGB (Red+Green+Blue) = 61+196+77=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC44D is #C23BB2. Grayscale: #8E8E8E. Windows color (decimal): -12729267 or 5096509. OLE color: 5096509.

HSL color Cylindrical-coordinate representation of color #3DC44D: hue angle of 127.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC44D is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 61 196 77 -
CMYK 0.69 0 0.61 0.23
HSL 127.11º 0.53% 0.5% -
HSV(B) 127.11º 0.69% 0.77% -
XYZ 23 41.01 13.72 -
YUV 142.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 61 196 77 0.69 0 0.61 0.23 127.11 0.53 0.5
Hex 3D C4 4D 45 0 3D 17 7F 35 32
Octal 75 304 115 105 0 75 27 177 65 62
Binary 111101 11000100 1001101 1000101 0 111101 10111 1111111 110101 110010

Color Harmonies of #3DC44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC44D

Black with #3DC44D

Text Example


Text Example

White with #3DC44D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,196,77); }

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

background-color css

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

 a { background-color: rgb(61,196,77); }

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

border-color css

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

 span { border-color: rgb(61,196,77); }

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