#2BBD33

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

Shades of Lime Green #2BBD33

Tints of Lime Green #2BBD33

Color information

#2BBD33 (or 0x2BBD33) is unknown color: approx Lime Green. HEX triplet: 2B, BD and 33. RGB value is (43,189,51). Sum of RGB (Red+Green+Blue) = 43+189+51=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD33 is #D442CC. Grayscale: #828282. Windows color (decimal): -13910733 or 3390763. OLE color: 3390763.

HSL color Cylindrical-coordinate representation of color #2BBD33: hue angle of 123.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD33 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB4318951-
CMYK0.7700.730.26
HSL123.29º62.93%45.49%-
HSV(B)123.29º77.25%74.12%-
XYZ19.7937.159.26-
YUV129.6183.6366.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 189 (74.22% from 255) = 66.78%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=15.19%
G=66.78%
B=18.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal43189510.7700.730.26123.2962.9345.49
Hex2BBD334D0491A7b3f2d
Octal53275631150111321737755
Binary10101110111101110011100110101001001110101111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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