Html Css Color HEX #3DD32F Lime Green

📋 copy color: '#3DD32F'

red 61 ◦ green 211 ◦ blue 47

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

Shades of Lime Green #3DD32F

Tints of Lime Green #3DD32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 66.14%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 19.12%
G = 66.14%
B = 14.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#3DD32F (or 0x3DD32F) is known color: Lime Green. HEX triplet: 3D, D3 and 2F. RGB value is (61,211,47). Sum of RGB (Red+Green+Blue) = 61+211+47=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 211 (82.81% from 255 or 66.14% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 211 - color contains mainly: green. Hex color #3DD32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD32F is #C22CD0. Grayscale: #939393. Windows color (decimal): -12725457 or 3134269. OLE color: 3134269.

HSL color Cylindrical-coordinate representation of color #3DD32F: hue angle of 114.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DD32F is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 61 211 47 -
CMYK 0.71 0 0.78 0.17
HSL 114.88º 0.65% 0.51% -
HSV(B) 114.88º 0.78% 0.83% -
XYZ 25.73 47.79 10.56 -
YUV 147.45 71.31 66.34 -
System Red Green Blue C M Y K H S L
Decimal 61 211 47 0.71 0 0.78 0.17 114.88 0.65 0.51
Hex 3D D3 2F 47 0 4E 11 73 41 33
Octal 75 323 57 107 0 116 21 163 101 63
Binary 111101 11010011 101111 1000111 0 1001110 10001 1110011 1000001 110011

Color Harmonies of #3DD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD32F

Black with #3DD32F

Text Example


Text Example

White with #3DD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,211,47); }

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

background-color css

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

 a { background-color: rgb(61,211,47); }

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

border-color css

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

 span { border-color: rgb(61,211,47); }

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