#2DCA4E

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

Shades of Lime Green #2DCA4E

Tints of Lime Green #2DCA4E

Color information

#2DCA4E (or 0x2DCA4E) is unknown color: approx Lime Green. HEX triplet: 2D, CA and 4E. RGB value is (45,202,78). Sum of RGB (Red+Green+Blue) = 45+202+78=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCA4E is #D235B1. Grayscale: #8D8D8D. Windows color (decimal): -13776306 or 5163565. OLE color: 5163565.

HSL color Cylindrical-coordinate representation of color #2DCA4E: hue angle of 132.61º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA4E is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB4520278-
CMYK0.7800.610.21
HSL132.61º63.56%48.43%-
HSV(B)132.61º77.72%79.22%-
XYZ23.5843.3514.33-
YUV140.9292.4959.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.85%
GREEN value IS 202 (79.30% from 255) = 62.15%
BLUE value IS 78 (30.86% from 255) = 24%
R=13.85%
G=62.15%
B=24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45202780.7800.610.21132.6163.5648.43
Hex2DCA4E4E03D15854030
Octal553121161160752520510060
Binary1011011100101010011101001110011110110101100001011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,202,78); }

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

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

 a { background-color: rgb(45,202,78); }

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

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

 span { border-color: rgb(45,202,78); }

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