Html Css Color HEX #2DDD4A Lime Green

📋 copy color: '#2DDD4A'

red 45 ◦ green 221 ◦ blue 74

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

Shades of Lime Green #2DDD4A

Tints of Lime Green #2DDD4A

RGB

 RED value IS 45 (17.97% from 255) = 13.24%

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

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

R = 13.24%
G = 65%
B = 21.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#2DDD4A (or 0x2DDD4A) is known color: Lime Green. HEX triplet: 2D, DD and 4A. RGB value is (45,221,74). Sum of RGB (Red+Green+Blue) = 45+221+74=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD4A is #D222B5. Grayscale: #989898. Windows color (decimal): -13771446 or 4906285. OLE color: 4906285.

HSL color Cylindrical-coordinate representation of color #2DDD4A: hue angle of 129.89º 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 #2DDD4A is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 221 74 -
CMYK 0.80 0 0.67 0.13
HSL 129.89º 0.72% 0.52% -
HSV(B) 129.89º 0.8% 0.87% -
XYZ 28.17 52.77 15.18 -
YUV 151.62 84.19 51.95 -
System Red Green Blue C M Y K H S L
Decimal 45 221 74 0.80 0 0.67 0.13 129.89 0.72 0.52
Hex 2D DD 4A 50 0 43 D 82 48 34
Octal 55 335 112 120 0 103 15 202 110 64
Binary 101101 11011101 1001010 1010000 0 1000011 1101 10000010 1001000 110100

Color Harmonies of #2DDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD4A

Black with #2DDD4A

Text Example


Text Example

White with #2DDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DDD4A; }

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

 H1.HeaderClassName
 {
   color: #2DDD4A;
 }
 .AnyTagClassName
 {
   color: #2DDD4A;
 }
</style>

background-color css

<style>
 a { background-color: #2DDD4A; }

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

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

border-color css

<style>
 span { border-color: #2DDD4A; }

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

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