Html Css Color HEX #2DDC2C Lime Green

📋 copy color: '#2DDC2C'

red 45 ◦ green 220 ◦ blue 44

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

Shades of Lime Green #2DDC2C

Tints of Lime Green #2DDC2C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 71.2%

 BLUE value IS 44 (17.58% from 255) = 14.24%

R = 14.56%
G = 71.2%
B = 14.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#2DDC2C (or 0x2DDC2C) is known color: Lime Green. HEX triplet: 2D, DC and 2C. RGB value is (45,220,44). Sum of RGB (Red+Green+Blue) = 45+220+44=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDC2C is #D223D3. Grayscale: #949494. Windows color (decimal): -13771732 or 2939949. OLE color: 2939949.

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

Color convert

RGB 45 220 44 -
CMYK 0.80 0 0.8 0.14
HSL 119.66º 0.72% 0.52% -
HSV(B) 119.66º 0.8% 0.86% -
XYZ 27.13 51.93 10.98 -
YUV 147.61 69.52 54.81 -
System Red Green Blue C M Y K H S L
Decimal 45 220 44 0.80 0 0.8 0.14 119.66 0.72 0.52
Hex 2D DC 2C 50 0 50 E 78 48 34
Octal 55 334 54 120 0 120 16 170 110 64
Binary 101101 11011100 101100 1010000 0 1010000 1110 1111000 1001000 110100

Color Harmonies of #2DDC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDC2C

Black with #2DDC2C

Text Example


Text Example

White with #2DDC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,220,44); }

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

background-color css

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

 a { background-color: rgb(45,220,44); }

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

border-color css

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

 span { border-color: rgb(45,220,44); }

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