#2AB831

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

Shades of Lime Green #2AB831

Tints of Lime Green #2AB831

Color information

#2AB831 (or 0x2AB831) is unknown color: approx Lime Green. HEX triplet: 2A, B8 and 31. RGB value is (42,184,49). Sum of RGB (Red+Green+Blue) = 42+184+49=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 184 (72.27% from 255 or 66.91% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB831 is #D547CE. Grayscale: #7E7E7E. Windows color (decimal): -13977551 or 3258410. OLE color: 3258410.

HSL color Cylindrical-coordinate representation of color #2AB831: hue angle of 122.96º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB831 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB4218449-
CMYK0.7700.730.28
HSL122.96º62.83%44.31%-
HSV(B)122.96º77.17%72.16%-
XYZ18.6534.998.68-
YUV126.1584.4667.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 184 (72.27% from 255) = 66.91%
BLUE value IS 49 (19.53% from 255) = 17.82%
R=15.27%
G=66.91%
B=17.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42184490.7700.730.28122.9662.8344.31
Hex2AB8314D0491C7b3f2c
Octal52270611150111341737754
Binary10101010111000110001100110101001001111001111011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,184,49); }

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

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

 a { background-color: rgb(42,184,49); }

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

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

 span { border-color: rgb(42,184,49); }

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