#2AAD30

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

Shades of Lime Green #2AAD30

Tints of Lime Green #2AAD30

Color information

#2AAD30 (or 0x2AAD30) is unknown color: approx Lime Green. HEX triplet: 2A, AD and 30. RGB value is (42,173,48). Sum of RGB (Red+Green+Blue) = 42+173+48=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD30 is #D552CF. Grayscale: #777777. Windows color (decimal): -13980368 or 3190058. OLE color: 3190058.

HSL color Cylindrical-coordinate representation of color #2AAD30: hue angle of 122.75º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD30 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB4217348-
CMYK0.7600.720.32
HSL122.75º60.93%42.16%-
HSV(B)122.75º75.72%67.84%-
XYZ16.4330.597.84-
YUV119.5887.672.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.97%
GREEN value IS 173 (67.97% from 255) = 65.78%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=15.97%
G=65.78%
B=18.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42173480.7600.720.32122.7560.9342.16
Hex2AAD304C048207b3d2a
Octal52255601140110401737552
Binary101010101011011100001001100010010001000001111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,173,48); }

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

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

 a { background-color: rgb(42,173,48); }

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

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

 span { border-color: rgb(42,173,48); }

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