Html Css Color HEX #3DD62C Lime Green

📋 copy color: '#3DD62C'

red 61 ◦ green 214 ◦ blue 44

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

Shades of Lime Green #3DD62C

Tints of Lime Green #3DD62C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.08%

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 19.12%
G = 67.08%
B = 13.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#3DD62C (or 0x3DD62C) is known color: Lime Green. HEX triplet: 3D, D6 and 2C. RGB value is (61,214,44). Sum of RGB (Red+Green+Blue) = 61+214+44=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD62C is #C229D3. Grayscale: #959595. Windows color (decimal): -12724692 or 2938429. OLE color: 2938429.

HSL color Cylindrical-coordinate representation of color #3DD62C: hue angle of 114º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DD62C is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 214 44 -
CMYK 0.71 0 0.79 0.16
HSL 114º 0.67% 0.51% -
HSV(B) 114º 0.79% 0.84% -
XYZ 26.43 49.27 10.5 -
YUV 148.87 68.81 65.32 -
System Red Green Blue C M Y K H S L
Decimal 61 214 44 0.71 0 0.79 0.16 114 0.67 0.51
Hex 3D D6 2C 47 0 4F 10 72 43 33
Octal 75 326 54 107 0 117 20 162 103 63
Binary 111101 11010110 101100 1000111 0 1001111 10000 1110010 1000011 110011

Color Harmonies of #3DD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD62C

Black with #3DD62C

Text Example


Text Example

White with #3DD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,214,44); }

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

background-color css

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

 a { background-color: rgb(61,214,44); }

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

border-color css

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

 span { border-color: rgb(61,214,44); }

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