#2DAA31

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

Shades of Lime Green #2DAA31

Tints of Lime Green #2DAA31

Color information

#2DAA31 (or 0x2DAA31) is unknown color: approx Lime Green. HEX triplet: 2D, AA and 31. RGB value is (45,170,49). Sum of RGB (Red+Green+Blue) = 45+170+49=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAA31 is #D255CE. Grayscale: #777777. Windows color (decimal): -13784527 or 3254829. OLE color: 3254829.

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

Color convert

RGB4517049-
CMYK0.7400.710.33
HSL121.92º58.14%42.16%-
HSV(B)121.92º73.53%66.67%-
XYZ16.0129.537.76-
YUV118.8388.5975.34-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 170 (66.80% from 255) = 64.39%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=17.05%
G=64.39%
B=18.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45170490.7400.710.33121.9258.1442.16
Hex2DAA314A047217a3a2a
Octal55252611120107411727252
Binary101101101010101100011001010010001111000011111010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,170,49); }

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

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

 a { background-color: rgb(45,170,49); }

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

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

 span { border-color: rgb(45,170,49); }

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