Html Css Color HEX #3DDD2D Lime Green

📋 copy color: '#3DDD2D'

red 61 ◦ green 221 ◦ blue 45

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

Shades of Lime Green #3DDD2D

Tints of Lime Green #3DDD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 18.65%
G = 67.58%
B = 13.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#3DDD2D (or 0x3DDD2D) is known color: Lime Green. HEX triplet: 3D, DD and 2D. RGB value is (61,221,45). Sum of RGB (Red+Green+Blue) = 61+221+45=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD2D is #C222D2. Grayscale: #999999. Windows color (decimal): -12722899 or 3005757. OLE color: 3005757.

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

Color convert

RGB 61 221 45 -
CMYK 0.72 0 0.80 0.13
HSL 114.55º 0.72% 0.52% -
HSV(B) 114.55º 0.8% 0.87% -
XYZ 28.25 52.89 11.2 -
YUV 153.1 66.99 62.31 -
System Red Green Blue C M Y K H S L
Decimal 61 221 45 0.72 0 0.80 0.13 114.55 0.72 0.52
Hex 3D DD 2D 48 0 50 D 73 48 34
Octal 75 335 55 110 0 120 15 163 110 64
Binary 111101 11011101 101101 1001000 0 1010000 1101 1110011 1001000 110100

Color Harmonies of #3DDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDD2D

Black with #3DDD2D

Text Example


Text Example

White with #3DDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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