#2DCC4A

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

Shades of Lime Green #2DCC4A

Tints of Lime Green #2DCC4A

Color information

#2DCC4A (or 0x2DCC4A) is unknown color: approx Lime Green. HEX triplet: 2D, CC and 4A. RGB value is (45,204,74). Sum of RGB (Red+Green+Blue) = 45+204+74=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCC4A is #D233B5. Grayscale: #8E8E8E. Windows color (decimal): -13775798 or 4901933. OLE color: 4901933.

HSL color Cylindrical-coordinate representation of color #2DCC4A: hue angle of 130.94º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCC4A is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB4520474-
CMYK0.7800.640.2
HSL130.94º63.86%48.82%-
HSV(B)130.94º77.94%80%-
XYZ23.9144.2413.76-
YUV141.6489.8259.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.93%
GREEN value IS 204 (80.08% from 255) = 63.16%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=13.93%
G=63.16%
B=22.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal45204740.7800.640.2130.9463.8648.82
Hex2DCC4A4E04014834031
Octal5531411211601002420310061
Binary10110111001100100101010011100100000010100100000111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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