#2DCA50

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

Shades of Lime Green #2DCA50

Tints of Lime Green #2DCA50

Color information

#2DCA50 (or 0x2DCA50) is unknown color: approx Lime Green. HEX triplet: 2D, CA and 50. RGB value is (45,202,80). Sum of RGB (Red+Green+Blue) = 45+202+80=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 202 (79.30% from 255 or 61.77% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCA50 is #D235AF. Grayscale: #8D8D8D. Windows color (decimal): -13776304 or 5294637. OLE color: 5294637.

HSL color Cylindrical-coordinate representation of color #2DCA50: hue angle of 133.38º 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 #2DCA50 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB4520280-
CMYK0.7800.600.21
HSL133.38º63.56%48.43%-
HSV(B)133.38º77.72%79.22%-
XYZ23.6543.3814.72-
YUV141.1593.4959.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.76%
GREEN value IS 202 (79.30% from 255) = 61.77%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=13.76%
G=61.77%
B=24.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45202800.7800.600.21133.3863.5648.43
Hex2DCA504E03C15854030
Octal553121201160742520510060
Binary1011011100101010100001001110011110010101100001011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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