#2AB923

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

Shades of Lime Green #2AB923

Tints of Lime Green #2AB923

Color information

#2AB923 (or 0x2AB923) is unknown color: approx Lime Green. HEX triplet: 2A, B9 and 23. RGB value is (42,185,35). Sum of RGB (Red+Green+Blue) = 42+185+35=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB923 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB923 is #D546DC. Grayscale: #7D7D7D. Windows color (decimal): -13977309 or 2341162. OLE color: 2341162.

HSL color Cylindrical-coordinate representation of color #2AB923: hue angle of 117.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB923 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB4218535-
CMYK0.7700.810.27
HSL117.2º68.18%43.14%-
HSV(B)117.2º81.08%72.55%-
XYZ18.6135.317.43-
YUV125.1477.1268.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 185 (72.66% from 255) = 70.61%
BLUE value IS 35 (14.06% from 255) = 13.36%
R=16.03%
G=70.61%
B=13.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42185350.7700.810.27117.268.1843.14
Hex2AB9234D0511B75442b
Octal522714311501213316510453
Binary101010101110011000111001101010100011101111101011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,185,35); }

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

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

 a { background-color: rgb(42,185,35); }

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

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

 span { border-color: rgb(42,185,35); }

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