#2BB12E

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

Shades of Lime Green #2BB12E

Tints of Lime Green #2BB12E

Color information

#2BB12E (or 0x2BB12E) is unknown color: approx Lime Green. HEX triplet: 2B, B1 and 2E. RGB value is (43,177,46). Sum of RGB (Red+Green+Blue) = 43+177+46=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB12E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB12E is #D44ED1. Grayscale: #7A7A7A. Windows color (decimal): -13913810 or 3060011. OLE color: 3060011.

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

Color convert

RGB4317746-
CMYK0.7600.740.31
HSL121.34º60.91%43.14%-
HSV(B)121.34º75.71%69.41%-
XYZ17.2132.167.88-
YUV12285.1171.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.17%
GREEN value IS 177 (69.53% from 255) = 66.54%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=16.17%
G=66.54%
B=17.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43177460.7600.740.31121.3460.9143.14
Hex2BB12E4C04A1F793d2b
Octal53261561140112371717553
Binary10101110110001101110100110001001010111111111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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