Html Css Color HEX #3DD251 Lime Green

📋 copy color: '#3DD251'

red 61 ◦ green 210 ◦ blue 81

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

Shades of Lime Green #3DD251

Tints of Lime Green #3DD251

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.66%

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

R = 17.33%
G = 59.66%
B = 23.01%

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

#3DD251 (or 0x3DD251) is known color: Lime Green. HEX triplet: 3D, D2 and 51. RGB value is (61,210,81). Sum of RGB (Red+Green+Blue) = 61+210+81=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD251 is #C22DAE. Grayscale: #979797. Windows color (decimal): -12725679 or 5362237. OLE color: 5362237.

HSL color Cylindrical-coordinate representation of color #3DD251: hue angle of 128.05º degrees, saturation: 0.62, 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 #3DD251 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 210 81 -
CMYK 0.71 0 0.61 0.18
HSL 128.05º 0.62% 0.53% -
HSV(B) 128.05º 0.71% 0.82% -
XYZ 26.46 47.68 15.59 -
YUV 150.74 88.64 63.99 -
System Red Green Blue C M Y K H S L
Decimal 61 210 81 0.71 0 0.61 0.18 128.05 0.62 0.53
Hex 3D D2 51 47 0 3D 12 80 3E 35
Octal 75 322 121 107 0 75 22 200 76 65
Binary 111101 11010010 1010001 1000111 0 111101 10010 10000000 111110 110101

Color Harmonies of #3DD251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD251

Black with #3DD251

Text Example


Text Example

White with #3DD251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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