#2BB129

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

Shades of Lime Green #2BB129

Tints of Lime Green #2BB129

Color information

#2BB129 (or 0x2BB129) is unknown color: approx Lime Green. HEX triplet: 2B, B1 and 29. RGB value is (43,177,41). Sum of RGB (Red+Green+Blue) = 43+177+41=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 177 (69.53% from 255 or 67.82% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB129 is #D44ED6. Grayscale: #797979. Windows color (decimal): -13913815 or 2732331. OLE color: 2732331.

HSL color Cylindrical-coordinate representation of color #2BB129: hue angle of 119.12º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB129 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB4317741-
CMYK0.7600.770.31
HSL119.12º62.39%42.75%-
HSV(B)119.12º76.84%69.41%-
XYZ17.1232.127.39-
YUV121.4382.6172.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.48%
GREEN value IS 177 (69.53% from 255) = 67.82%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=16.48%
G=67.82%
B=15.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43177410.7600.770.31119.1262.3942.75
Hex2BB1294C04D1F773e2b
Octal53261511140115371677653
Binary10101110110001101001100110001001101111111110111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,177,41); }

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

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

 a { background-color: rgb(43,177,41); }

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

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

 span { border-color: rgb(43,177,41); }

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