Html Css Color HEX #3DD051 Lime Green

📋 copy color: '#3DD051'

red 61 ◦ green 208 ◦ blue 81

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

Shades of Lime Green #3DD051

Tints of Lime Green #3DD051

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.43%

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

R = 17.43%
G = 59.43%
B = 23.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#3DD051 (or 0x3DD051) is known color: Lime Green. HEX triplet: 3D, D0 and 51. RGB value is (61,208,81). Sum of RGB (Red+Green+Blue) = 61+208+81=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD051 is #C22FAE. Grayscale: #959595. Windows color (decimal): -12726191 or 5361725. OLE color: 5361725.

HSL color Cylindrical-coordinate representation of color #3DD051: hue angle of 128.16º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD051 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 208 81 -
CMYK 0.71 0 0.61 0.18
HSL 128.16º 0.61% 0.53% -
HSV(B) 128.16º 0.71% 0.82% -
XYZ 25.97 46.7 15.43 -
YUV 149.57 89.3 64.83 -
System Red Green Blue C M Y K H S L
Decimal 61 208 81 0.71 0 0.61 0.18 128.16 0.61 0.53
Hex 3D D0 51 47 0 3D 12 80 3D 35
Octal 75 320 121 107 0 75 22 200 75 65
Binary 111101 11010000 1010001 1000111 0 111101 10010 10000000 111101 110101

Color Harmonies of #3DD051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD051

Black with #3DD051

Text Example


Text Example

White with #3DD051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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