Html Css Color HEX #3DD04A Lime Green

📋 copy color: '#3DD04A'

red 61 ◦ green 208 ◦ blue 74

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

Shades of Lime Green #3DD04A

Tints of Lime Green #3DD04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 17.78%
G = 60.64%
B = 21.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#3DD04A (or 0x3DD04A) is known color: Lime Green. HEX triplet: 3D, D0 and 4A. RGB value is (61,208,74). Sum of RGB (Red+Green+Blue) = 61+208+74=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD04A is #C22FB5. Grayscale: #959595. Windows color (decimal): -12726198 or 4902973. OLE color: 4902973.

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

Color convert

RGB 61 208 74 -
CMYK 0.71 0 0.64 0.18
HSL 125.31º 0.61% 0.53% -
HSV(B) 125.31º 0.71% 0.82% -
XYZ 25.72 46.6 14.12 -
YUV 148.77 85.8 65.4 -
System Red Green Blue C M Y K H S L
Decimal 61 208 74 0.71 0 0.64 0.18 125.31 0.61 0.53
Hex 3D D0 4A 47 0 40 12 7D 3D 35
Octal 75 320 112 107 0 100 22 175 75 65
Binary 111101 11010000 1001010 1000111 0 1000000 10010 1111101 111101 110101

Color Harmonies of #3DD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD04A

Black with #3DD04A

Text Example


Text Example

White with #3DD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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