Html Css Color HEX #3DD73B Lime Green

📋 copy color: '#3DD73B'

red 61 ◦ green 215 ◦ blue 59

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

Shades of Lime Green #3DD73B

Tints of Lime Green #3DD73B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.18%

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 18.21%
G = 64.18%
B = 17.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#3DD73B (or 0x3DD73B) is known color: Lime Green. HEX triplet: 3D, D7 and 3B. RGB value is (61,215,59). Sum of RGB (Red+Green+Blue) = 61+215+59=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD73B is #C228C4. Grayscale: #979797. Windows color (decimal): -12724421 or 3921725. OLE color: 3921725.

HSL color Cylindrical-coordinate representation of color #3DD73B: hue angle of 119.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DD73B is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 215 59 -
CMYK 0.72 0 0.73 0.16
HSL 119.23º 0.66% 0.54% -
HSV(B) 119.23º 0.73% 0.84% -
XYZ 27.01 49.91 12.35 -
YUV 151.17 75.98 63.68 -
System Red Green Blue C M Y K H S L
Decimal 61 215 59 0.72 0 0.73 0.16 119.23 0.66 0.54
Hex 3D D7 3B 48 0 49 10 77 42 36
Octal 75 327 73 110 0 111 20 167 102 66
Binary 111101 11010111 111011 1001000 0 1001001 10000 1110111 1000010 110110

Color Harmonies of #3DD73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD73B

Black with #3DD73B

Text Example


Text Example

White with #3DD73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,215,59); }

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

background-color css

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

 a { background-color: rgb(61,215,59); }

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

border-color css

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

 span { border-color: rgb(61,215,59); }

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