Html Css Color HEX #3DDD43 Lime Green

📋 copy color: '#3DDD43'

red 61 ◦ green 221 ◦ blue 67

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

Shades of Lime Green #3DDD43

Tints of Lime Green #3DDD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 17.48%
G = 63.32%
B = 19.2%

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

#3DDD43 (or 0x3DDD43) is known color: Lime Green. HEX triplet: 3D, DD and 43. RGB value is (61,221,67). Sum of RGB (Red+Green+Blue) = 61+221+67=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD43 is #C222BC. Grayscale: #9C9C9C. Windows color (decimal): -12722877 or 4447549. OLE color: 4447549.

HSL color Cylindrical-coordinate representation of color #3DDD43: hue angle of 122.25º 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 #3DDD43 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 221 67 -
CMYK 0.72 0 0.70 0.13
HSL 122.25º 0.7% 0.55% -
HSV(B) 122.25º 0.72% 0.87% -
XYZ 28.79 53.11 14.04 -
YUV 155.6 77.99 60.52 -
System Red Green Blue C M Y K H S L
Decimal 61 221 67 0.72 0 0.70 0.13 122.25 0.7 0.55
Hex 3D DD 43 48 0 46 D 7A 46 37
Octal 75 335 103 110 0 106 15 172 106 67
Binary 111101 11011101 1000011 1001000 0 1000110 1101 1111010 1000110 110111

Color Harmonies of #3DDD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDD43

Black with #3DDD43

Text Example


Text Example

White with #3DDD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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