Html Css Color HEX #3DD32B Lime Green

📋 copy color: '#3DD32B'

red 61 ◦ green 211 ◦ blue 43

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

Shades of Lime Green #3DD32B

Tints of Lime Green #3DD32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 19.37%
G = 66.98%
B = 13.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#3DD32B (or 0x3DD32B) is known color: Lime Green. HEX triplet: 3D, D3 and 2B. RGB value is (61,211,43). Sum of RGB (Red+Green+Blue) = 61+211+43=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 211 (82.81% from 255 or 66.98% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 211 - color contains mainly: green. Hex color #3DD32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD32B is #C22CD4. Grayscale: #939393. Windows color (decimal): -12725461 or 2872125. OLE color: 2872125.

HSL color Cylindrical-coordinate representation of color #3DD32B: hue angle of 113.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DD32B is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 61 211 43 -
CMYK 0.71 0 0.80 0.17
HSL 113.57º 0.66% 0.5% -
HSV(B) 113.57º 0.8% 0.83% -
XYZ 25.65 47.76 10.15 -
YUV 147 69.31 66.66 -
System Red Green Blue C M Y K H S L
Decimal 61 211 43 0.71 0 0.80 0.17 113.57 0.66 0.5
Hex 3D D3 2B 47 0 50 11 72 42 32
Octal 75 323 53 107 0 120 21 162 102 62
Binary 111101 11010011 101011 1000111 0 1010000 10001 1110010 1000010 110010

Color Harmonies of #3DD32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD32B

Black with #3DD32B

Text Example


Text Example

White with #3DD32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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