#2DDC3D

Color #2DDC3D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2DDC3D

Tints of Lime Green #2DDC3D

Color information

#2DDC3D (or 0x2DDC3D) is unknown color: approx Lime Green. HEX triplet: 2D, DC and 3D. RGB value is (45,220,61). Sum of RGB (Red+Green+Blue) = 45+220+61=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDC3D is #D223C2. Grayscale: #969696. Windows color (decimal): -13771715 or 4054061. OLE color: 4054061.

HSL color Cylindrical-coordinate representation of color #2DDC3D: hue angle of 125.49º degrees, saturation: 0.71, 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 #2DDC3D is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB4522061-
CMYK0.8000.720.14
HSL125.49º71.43%51.96%-
HSV(B)125.49º79.55%86.27%-
XYZ27.5252.0813.02-
YUV149.5578.0253.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.80%
GREEN value IS 220 (86.33% from 255) = 67.48%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=13.80%
G=67.48%
B=18.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal45220610.8000.720.14125.4971.4351.96
Hex2DDC3D50048E7d4734
Octal553347512001101617510764
Binary10110111011100111101101000001001000111011111011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DDC3D;
 }
 .AnyTagClassName
 {
   color: #2DDC3D;
 }
</style>
background-color css

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

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

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

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

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

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