Html Css Color HEX #3DD545 Lime Green

📋 copy color: '#3DD545'

red 61 ◦ green 213 ◦ blue 69

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

Shades of Lime Green #3DD545

Tints of Lime Green #3DD545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.1%

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 17.78%
G = 62.1%
B = 20.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#3DD545 (or 0x3DD545) is known color: Lime Green. HEX triplet: 3D, D5 and 45. RGB value is (61,213,69). Sum of RGB (Red+Green+Blue) = 61+213+69=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD545 is #C22ABA. Grayscale: #979797. Windows color (decimal): -12724923 or 4576573. OLE color: 4576573.

HSL color Cylindrical-coordinate representation of color #3DD545: hue angle of 123.16º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD545 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 213 69 -
CMYK 0.71 0 0.68 0.16
HSL 123.16º 0.64% 0.54% -
HSV(B) 123.16º 0.71% 0.84% -
XYZ 26.79 49.01 13.68 -
YUV 151.14 81.64 63.71 -
System Red Green Blue C M Y K H S L
Decimal 61 213 69 0.71 0 0.68 0.16 123.16 0.64 0.54
Hex 3D D5 45 47 0 44 10 7B 40 36
Octal 75 325 105 107 0 104 20 173 100 66
Binary 111101 11010101 1000101 1000111 0 1000100 10000 1111011 1000000 110110

Color Harmonies of #3DD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD545

Black with #3DD545

Text Example


Text Example

White with #3DD545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,213,69); }

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

background-color css

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

 a { background-color: rgb(61,213,69); }

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

border-color css

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

 span { border-color: rgb(61,213,69); }

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