#2BB326

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

Shades of Lime Green #2BB326

Tints of Lime Green #2BB326

Color information

#2BB326 (or 0x2BB326) is unknown color: approx Lime Green. HEX triplet: 2B, B3 and 26. RGB value is (43,179,38). Sum of RGB (Red+Green+Blue) = 43+179+38=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB326 is #D44CD9. Grayscale: #7A7A7A. Windows color (decimal): -13913306 or 2536235. OLE color: 2536235.

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

Color convert

RGB4317938-
CMYK0.7600.790.30
HSL117.87º64.98%42.55%-
HSV(B)117.87º78.77%70.2%-
XYZ17.4732.897.26-
YUV122.2680.4471.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.54%
GREEN value IS 179 (70.31% from 255) = 68.85%
BLUE value IS 38 (15.23% from 255) = 14.62%
R=16.54%
G=68.85%
B=14.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43179380.7600.790.30117.8764.9842.55
Hex2BB3264C04F1E76412b
Octal532634611401173616610153
Binary101011101100111001101001100010011111111011101101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,179,38); }

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

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

 a { background-color: rgb(43,179,38); }

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

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

 span { border-color: rgb(43,179,38); }

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