#2DB329

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

Shades of Lime Green #2DB329

Tints of Lime Green #2DB329

Color information

#2DB329 (or 0x2DB329) is unknown color: approx Lime Green. HEX triplet: 2D, B3 and 29. RGB value is (45,179,41). Sum of RGB (Red+Green+Blue) = 45+179+41=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB329 is #D24CD6. Grayscale: #7B7B7B. Windows color (decimal): -13782231 or 2732845. OLE color: 2732845.

HSL color Cylindrical-coordinate representation of color #2DB329: hue angle of 118.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DB329 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB4517941-
CMYK0.7500.770.30
HSL118.26º62.73%43.14%-
HSV(B)118.26º77.09%70.2%-
XYZ17.632.967.53-
YUV123.281.6172.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.98%
GREEN value IS 179 (70.31% from 255) = 67.55%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=16.98%
G=67.55%
B=15.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45179410.7500.770.30118.2662.7343.14
Hex2DB3294B04D1E763f2b
Octal55263511130115361667753
Binary10110110110011101001100101101001101111101110110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,179,41); }

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

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

 a { background-color: rgb(45,179,41); }

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

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

 span { border-color: rgb(45,179,41); }

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