Html Css Color HEX #3DD52D Lime Green

📋 copy color: '#3DD52D'

red 61 ◦ green 213 ◦ blue 45

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

Shades of Lime Green #3DD52D

Tints of Lime Green #3DD52D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 66.77%

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 19.12%
G = 66.77%
B = 14.11%

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

#3DD52D (or 0x3DD52D) is known color: Lime Green. HEX triplet: 3D, D5 and 2D. RGB value is (61,213,45). Sum of RGB (Red+Green+Blue) = 61+213+45=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD52D is #C22AD2. Grayscale: #949494. Windows color (decimal): -12724947 or 3003709. OLE color: 3003709.

HSL color Cylindrical-coordinate representation of color #3DD52D: hue angle of 114.29º 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 #3DD52D is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 213 45 -
CMYK 0.71 0 0.79 0.16
HSL 114.29º 0.67% 0.51% -
HSV(B) 114.29º 0.79% 0.84% -
XYZ 26.19 48.77 10.52 -
YUV 148.4 69.64 65.66 -
System Red Green Blue C M Y K H S L
Decimal 61 213 45 0.71 0 0.79 0.16 114.29 0.67 0.51
Hex 3D D5 2D 47 0 4F 10 72 43 33
Octal 75 325 55 107 0 117 20 162 103 63
Binary 111101 11010101 101101 1000111 0 1001111 10000 1110010 1000011 110011

Color Harmonies of #3DD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD52D

Black with #3DD52D

Text Example


Text Example

White with #3DD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,213,45); }

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

background-color css

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

 a { background-color: rgb(61,213,45); }

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

border-color css

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

 span { border-color: rgb(61,213,45); }

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