#2BB229

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

Shades of Lime Green #2BB229

Tints of Lime Green #2BB229

Color information

#2BB229 (or 0x2BB229) is unknown color: approx Lime Green. HEX triplet: 2B, B2 and 29. RGB value is (43,178,41). Sum of RGB (Red+Green+Blue) = 43+178+41=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB229 is #D44DD6. Grayscale: #7A7A7A. Windows color (decimal): -13913559 or 2732587. OLE color: 2732587.

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

Color convert

RGB4317841-
CMYK0.7600.770.30
HSL119.12º62.56%42.94%-
HSV(B)119.12º76.97%69.8%-
XYZ17.3232.517.46-
YUV122.0282.2771.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.41%
GREEN value IS 178 (69.92% from 255) = 67.94%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=16.41%
G=67.94%
B=15.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43178410.7600.770.30119.1262.5642.94
Hex2BB2294C04D1E773f2b
Octal53262511140115361677753
Binary10101110110010101001100110001001101111101110111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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