Html Css Color HEX #3DD74D Lime Green

📋 copy color: '#3DD74D'

red 61 ◦ green 215 ◦ blue 77

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

Shades of Lime Green #3DD74D

Tints of Lime Green #3DD74D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.91%

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

R = 17.28%
G = 60.91%
B = 21.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#3DD74D (or 0x3DD74D) is known color: Lime Green. HEX triplet: 3D, D7 and 4D. RGB value is (61,215,77). Sum of RGB (Red+Green+Blue) = 61+215+77=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD74D is #C228B2. Grayscale: #999999. Windows color (decimal): -12724403 or 5101373. OLE color: 5101373.

HSL color Cylindrical-coordinate representation of color #3DD74D: hue angle of 126.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD74D is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 215 77 -
CMYK 0.72 0 0.64 0.16
HSL 126.23º 0.66% 0.54% -
HSV(B) 126.23º 0.72% 0.84% -
XYZ 27.56 50.13 15.24 -
YUV 153.22 84.98 62.22 -
System Red Green Blue C M Y K H S L
Decimal 61 215 77 0.72 0 0.64 0.16 126.23 0.66 0.54
Hex 3D D7 4D 48 0 40 10 7E 42 36
Octal 75 327 115 110 0 100 20 176 102 66
Binary 111101 11010111 1001101 1001000 0 1000000 10000 1111110 1000010 110110

Color Harmonies of #3DD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD74D

Black with #3DD74D

Text Example


Text Example

White with #3DD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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