Html Css Color HEX #3DDE50 Lime Green

📋 copy color: '#3DDE50'

red 61 ◦ green 222 ◦ blue 80

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

Shades of Lime Green #3DDE50

Tints of Lime Green #3DDE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 61.16%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 16.8%
G = 61.16%
B = 22.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#3DDE50 (or 0x3DDE50) is known color: Lime Green. HEX triplet: 3D, DE and 50. RGB value is (61,222,80). Sum of RGB (Red+Green+Blue) = 61+222+80=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDE50 is #C221AF. Grayscale: #9E9E9E. Windows color (decimal): -12722608 or 5299773. OLE color: 5299773.

HSL color Cylindrical-coordinate representation of color #3DDE50: hue angle of 127.08º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDE50 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 222 80 -
CMYK 0.73 0 0.64 0.13
HSL 127.08º 0.71% 0.55% -
HSV(B) 127.08º 0.73% 0.87% -
XYZ 29.49 53.81 16.42 -
YUV 157.67 84.16 59.05 -
System Red Green Blue C M Y K H S L
Decimal 61 222 80 0.73 0 0.64 0.13 127.08 0.71 0.55
Hex 3D DE 50 49 0 40 D 7F 47 37
Octal 75 336 120 111 0 100 15 177 107 67
Binary 111101 11011110 1010000 1001001 0 1000000 1101 1111111 1000111 110111

Color Harmonies of #3DDE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDE50

Black with #3DDE50

Text Example


Text Example

White with #3DDE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,222,80); }

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

background-color css

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

 a { background-color: rgb(61,222,80); }

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

border-color css

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

 span { border-color: rgb(61,222,80); }

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