#2BAA33

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

Shades of Lime Green #2BAA33

Tints of Lime Green #2BAA33

Color information

#2BAA33 (or 0x2BAA33) is unknown color: approx Lime Green. HEX triplet: 2B, AA and 33. RGB value is (43,170,51). Sum of RGB (Red+Green+Blue) = 43+170+51=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA33 is #D455CC. Grayscale: #767676. Windows color (decimal): -13915597 or 3385899. OLE color: 3385899.

HSL color Cylindrical-coordinate representation of color #2BAA33: hue angle of 123.78º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA33 is Cyan = 0.75, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB4317051-
CMYK0.7500.70.33
HSL123.78º59.62%41.76%-
HSV(B)123.78º74.71%66.67%-
XYZ15.9729.57.98-
YUV118.4689.9274.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 170 (66.80% from 255) = 64.39%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=16.29%
G=64.39%
B=19.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43170510.7500.70.33123.7859.6241.76
Hex2BAA334B046217c3c2a
Octal53252631130106411747452
Binary101011101010101100111001011010001101000011111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,170,51); }

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

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

 a { background-color: rgb(43,170,51); }

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

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

 span { border-color: rgb(43,170,51); }

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