Html Css Color HEX #3DD831 Lime Green

📋 copy color: '#3DD831'

red 61 ◦ green 216 ◦ blue 49

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

Shades of Lime Green #3DD831

Tints of Lime Green #3DD831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.26%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 18.71%
G = 66.26%
B = 15.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#3DD831 (or 0x3DD831) is known color: Lime Green. HEX triplet: 3D, D8 and 31. RGB value is (61,216,49). Sum of RGB (Red+Green+Blue) = 61+216+49=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 216 (84.77% from 255 or 66.26% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD831 is #C227CE. Grayscale: #979797. Windows color (decimal): -12724175 or 3266621. OLE color: 3266621.

HSL color Cylindrical-coordinate representation of color #3DD831: hue angle of 115.69º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DD831 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 216 49 -
CMYK 0.72 0 0.77 0.15
HSL 115.69º 0.68% 0.52% -
HSV(B) 115.69º 0.77% 0.85% -
XYZ 27.03 50.33 11.19 -
YUV 150.62 70.65 64.08 -
System Red Green Blue C M Y K H S L
Decimal 61 216 49 0.72 0 0.77 0.15 115.69 0.68 0.52
Hex 3D D8 31 48 0 4D F 74 44 34
Octal 75 330 61 110 0 115 17 164 104 64
Binary 111101 11011000 110001 1001000 0 1001101 1111 1110100 1000100 110100

Color Harmonies of #3DD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD831

Black with #3DD831

Text Example


Text Example

White with #3DD831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,216,49); }

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

background-color css

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

 a { background-color: rgb(61,216,49); }

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

border-color css

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

 span { border-color: rgb(61,216,49); }

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