#2BB227

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

Shades of Lime Green #2BB227

Tints of Lime Green #2BB227

Color information

#2BB227 (or 0x2BB227) is unknown color: approx Lime Green. HEX triplet: 2B, B2 and 27. RGB value is (43,178,39). Sum of RGB (Red+Green+Blue) = 43+178+39=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 178 (69.92% from 255 or 68.46% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB227 is #D44DD8. Grayscale: #7A7A7A. Windows color (decimal): -13913561 or 2601515. OLE color: 2601515.

HSL color Cylindrical-coordinate representation of color #2BB227: hue angle of 118.27º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BB227 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB4317839-
CMYK0.7600.780.30
HSL118.27º64.06%42.55%-
HSV(B)118.27º78.09%69.8%-
XYZ17.2832.57.28-
YUV121.7981.2771.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.54%
GREEN value IS 178 (69.92% from 255) = 68.46%
BLUE value IS 39 (15.62% from 255) = 15%
R=16.54%
G=68.46%
B=15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43178390.7600.780.30118.2764.0642.55
Hex2BB2274C04E1E76402b
Octal532624711401163616610053
Binary101011101100101001111001100010011101111011101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,178,39); }

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

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

 a { background-color: rgb(43,178,39); }

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

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

 span { border-color: rgb(43,178,39); }

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