Html Css Color HEX #3DD046 Lime Green

📋 copy color: '#3DD046'

red 61 ◦ green 208 ◦ blue 70

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

Shades of Lime Green #3DD046

Tints of Lime Green #3DD046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 17.99%
G = 61.36%
B = 20.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#3DD046 (or 0x3DD046) is known color: Lime Green. HEX triplet: 3D, D0 and 46. RGB value is (61,208,70). Sum of RGB (Red+Green+Blue) = 61+208+70=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD046 is #C22FB9. Grayscale: #949494. Windows color (decimal): -12726202 or 4640829. OLE color: 4640829.

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

Color convert

RGB 61 208 70 -
CMYK 0.71 0 0.66 0.18
HSL 123.67º 0.61% 0.53% -
HSV(B) 123.67º 0.71% 0.82% -
XYZ 25.59 46.55 13.43 -
YUV 148.32 83.8 65.72 -
System Red Green Blue C M Y K H S L
Decimal 61 208 70 0.71 0 0.66 0.18 123.67 0.61 0.53
Hex 3D D0 46 47 0 42 12 7C 3D 35
Octal 75 320 106 107 0 102 22 174 75 65
Binary 111101 11010000 1000110 1000111 0 1000010 10010 1111100 111101 110101

Color Harmonies of #3DD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD046

Black with #3DD046

Text Example


Text Example

White with #3DD046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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