Html Css Color HEX #3DDD4E Lime Green

📋 copy color: '#3DDD4E'

red 61 ◦ green 221 ◦ blue 78

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

Shades of Lime Green #3DDD4E

Tints of Lime Green #3DDD4E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.39%

 BLUE value IS 78 (30.86% from 255) = 21.67%

R = 16.94%
G = 61.39%
B = 21.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#3DDD4E (or 0x3DDD4E) is known color: Lime Green. HEX triplet: 3D, DD and 4E. RGB value is (61,221,78). Sum of RGB (Red+Green+Blue) = 61+221+78=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD4E is #C222B1. Grayscale: #9D9D9D. Windows color (decimal): -12722866 or 5168445. OLE color: 5168445.

HSL color Cylindrical-coordinate representation of color #3DDD4E: hue angle of 126.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD4E is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 221 78 -
CMYK 0.72 0 0.65 0.13
HSL 126.38º 0.7% 0.55% -
HSV(B) 126.38º 0.72% 0.87% -
XYZ 29.16 53.26 15.95 -
YUV 156.86 83.49 59.63 -
System Red Green Blue C M Y K H S L
Decimal 61 221 78 0.72 0 0.65 0.13 126.38 0.7 0.55
Hex 3D DD 4E 48 0 41 D 7E 46 37
Octal 75 335 116 110 0 101 15 176 106 67
Binary 111101 11011101 1001110 1001000 0 1000001 1101 1111110 1000110 110111

Color Harmonies of #3DDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDD4E

Black with #3DDD4E

Text Example


Text Example

White with #3DDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,221,78); }

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

background-color css

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

 a { background-color: rgb(61,221,78); }

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

border-color css

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

 span { border-color: rgb(61,221,78); }

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