Html Css Color HEX #3DD851 Lime Green

📋 copy color: '#3DD851'

red 61 ◦ green 216 ◦ blue 81

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

Shades of Lime Green #3DD851

Tints of Lime Green #3DD851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 17.04%
G = 60.34%
B = 22.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#3DD851 (or 0x3DD851) is known color: Lime Green. HEX triplet: 3D, D8 and 51. RGB value is (61,216,81). Sum of RGB (Red+Green+Blue) = 61+216+81=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD851 is #C227AE. Grayscale: #9A9A9A. Windows color (decimal): -12724143 or 5363773. OLE color: 5363773.

HSL color Cylindrical-coordinate representation of color #3DD851: hue angle of 127.74º 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 #3DD851 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 216 81 -
CMYK 0.72 0 0.62 0.15
HSL 127.74º 0.67% 0.54% -
HSV(B) 127.74º 0.72% 0.85% -
XYZ 27.97 50.7 16.1 -
YUV 154.27 86.65 61.48 -
System Red Green Blue C M Y K H S L
Decimal 61 216 81 0.72 0 0.62 0.15 127.74 0.67 0.54
Hex 3D D8 51 48 0 3E F 80 43 36
Octal 75 330 121 110 0 76 17 200 103 66
Binary 111101 11011000 1010001 1001000 0 111110 1111 10000000 1000011 110110

Color Harmonies of #3DD851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD851

Black with #3DD851

Text Example


Text Example

White with #3DD851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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