Html Css Color HEX #3DDF4E Lime Green

📋 copy color: '#3DDF4E'

red 61 ◦ green 223 ◦ blue 78

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

Shades of Lime Green #3DDF4E

Tints of Lime Green #3DDF4E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.6%

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

R = 16.85%
G = 61.6%
B = 21.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#3DDF4E (or 0x3DDF4E) is known color: Lime Green. HEX triplet: 3D, DF and 4E. RGB value is (61,223,78). Sum of RGB (Red+Green+Blue) = 61+223+78=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF4E is #C220B1. Grayscale: #9E9E9E. Windows color (decimal): -12722354 or 5168957. OLE color: 5168957.

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

Color convert

RGB 61 223 78 -
CMYK 0.73 0 0.65 0.13
HSL 126.3º 0.72% 0.56% -
HSV(B) 126.3º 0.73% 0.87% -
XYZ 29.69 54.32 16.13 -
YUV 158.03 82.83 58.79 -
System Red Green Blue C M Y K H S L
Decimal 61 223 78 0.73 0 0.65 0.13 126.3 0.72 0.56
Hex 3D DF 4E 49 0 41 D 7E 48 38
Octal 75 337 116 111 0 101 15 176 110 70
Binary 111101 11011111 1001110 1001001 0 1000001 1101 1111110 1001000 111000

Color Harmonies of #3DDF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF4E

Black with #3DDF4E

Text Example


Text Example

White with #3DDF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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