#2DAC38

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

Shades of Lime Green #2DAC38

Tints of Lime Green #2DAC38

Color information

#2DAC38 (or 0x2DAC38) is unknown color: approx Lime Green. HEX triplet: 2D, AC and 38. RGB value is (45,172,56). Sum of RGB (Red+Green+Blue) = 45+172+56=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAC38 is #D253C7. Grayscale: #797979. Windows color (decimal): -13784008 or 3714093. OLE color: 3714093.

HSL color Cylindrical-coordinate representation of color #2DAC38: hue angle of 125.2º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC38 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB4517256-
CMYK0.7400.670.33
HSL125.2º58.53%42.55%-
HSV(B)125.2º73.84%67.45%-
XYZ16.5530.358.73-
YUV120.891.4273.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.48%
GREEN value IS 172 (67.58% from 255) = 63.00%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=16.48%
G=63.00%
B=20.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45172560.7400.670.33125.258.5342.55
Hex2DAC384A043217d3b2b
Octal55254701120103411757353
Binary101101101011001110001001010010000111000011111101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,172,56); }

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

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

 a { background-color: rgb(45,172,56); }

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

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

 span { border-color: rgb(45,172,56); }

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