Html Css Color HEX #3DDD42 Lime Green

📋 copy color: '#3DDD42'

red 61 ◦ green 221 ◦ blue 66

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

Shades of Lime Green #3DDD42

Tints of Lime Green #3DDD42

RGB

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

 GREEN value IS 221 (86.72% from 255) = 63.51%

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 17.53%
G = 63.51%
B = 18.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#3DDD42 (or 0x3DDD42) is known color: Lime Green. HEX triplet: 3D, DD and 42. RGB value is (61,221,66). Sum of RGB (Red+Green+Blue) = 61+221+66=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD42 is #C222BD. Grayscale: #9B9B9B. Windows color (decimal): -12722878 or 4382013. OLE color: 4382013.

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

Color convert

RGB 61 221 66 -
CMYK 0.72 0 0.70 0.13
HSL 121.88º 0.7% 0.55% -
HSV(B) 121.88º 0.72% 0.87% -
XYZ 28.76 53.1 13.89 -
YUV 155.49 77.49 60.6 -
System Red Green Blue C M Y K H S L
Decimal 61 221 66 0.72 0 0.70 0.13 121.88 0.7 0.55
Hex 3D DD 42 48 0 46 D 7A 46 37
Octal 75 335 102 110 0 106 15 172 106 67
Binary 111101 11011101 1000010 1001000 0 1000110 1101 1111010 1000110 110111

Color Harmonies of #3DDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDD42

Black with #3DDD42

Text Example


Text Example

White with #3DDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,221,66); }

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

background-color css

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

 a { background-color: rgb(61,221,66); }

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

border-color css

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

 span { border-color: rgb(61,221,66); }

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