Html Css Color HEX #3DD855 Lime Green

📋 copy color: '#3DD855'

red 61 ◦ green 216 ◦ blue 85

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

Shades of Lime Green #3DD855

Tints of Lime Green #3DD855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.48%

R = 16.85%
G = 59.67%
B = 23.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#3DD855 (or 0x3DD855) is known color: Lime Green. HEX triplet: 3D, D8 and 55. RGB value is (61,216,85). Sum of RGB (Red+Green+Blue) = 61+216+85=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD855 is #C227AA. Grayscale: #9B9B9B. Windows color (decimal): -12724139 or 5625917. OLE color: 5625917.

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

Color convert

RGB 61 216 85 -
CMYK 0.72 0 0.61 0.15
HSL 129.29º 0.67% 0.54% -
HSV(B) 129.29º 0.72% 0.85% -
XYZ 28.12 50.76 16.91 -
YUV 154.72 88.65 61.15 -
System Red Green Blue C M Y K H S L
Decimal 61 216 85 0.72 0 0.61 0.15 129.29 0.67 0.54
Hex 3D D8 55 48 0 3D F 81 43 36
Octal 75 330 125 110 0 75 17 201 103 66
Binary 111101 11011000 1010101 1001000 0 111101 1111 10000001 1000011 110110

Color Harmonies of #3DD855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD855

Black with #3DD855

Text Example


Text Example

White with #3DD855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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