#2BAA3A

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

Shades of Lime Green #2BAA3A

Tints of Lime Green #2BAA3A

Color information

#2BAA3A (or 0x2BAA3A) is unknown color: approx Lime Green. HEX triplet: 2B, AA and 3A. RGB value is (43,170,58). Sum of RGB (Red+Green+Blue) = 43+170+58=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA3A is #D455C5. Grayscale: #777777. Windows color (decimal): -13915590 or 3844651. OLE color: 3844651.

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

Color convert

RGB4317058-
CMYK0.7500.660.33
HSL127.09º59.62%41.76%-
HSV(B)127.09º74.71%66.67%-
XYZ16.1329.578.86-
YUV119.2693.4273.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 170 (66.80% from 255) = 62.73%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=15.87%
G=62.73%
B=21.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43170580.7500.660.33127.0959.6241.76
Hex2BAA3A4B042217f3c2a
Octal53252721130102411777452
Binary101011101010101110101001011010000101000011111111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,170,58); }

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

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

 a { background-color: rgb(43,170,58); }

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

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

 span { border-color: rgb(43,170,58); }

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