#2BB33F

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

Shades of Lime Green #2BB33F

Tints of Lime Green #2BB33F

Color information

#2BB33F (or 0x2BB33F) is unknown color: approx Lime Green. HEX triplet: 2B, B3 and 3F. RGB value is (43,179,63). Sum of RGB (Red+Green+Blue) = 43+179+63=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB33F is #D44CC0. Grayscale: #7D7D7D. Windows color (decimal): -13913281 or 4174635. OLE color: 4174635.

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

Color convert

RGB4317963-
CMYK0.7600.650.30
HSL128.82º61.26%43.53%-
HSV(B)128.82º75.98%70.2%-
XYZ18.0133.1110.14-
YUV125.1192.9469.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 179 (70.31% from 255) = 62.81%
BLUE value IS 63 (25% from 255) = 22.11%
R=15.09%
G=62.81%
B=22.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43179630.7600.650.30128.8261.2643.53
Hex2BB33F4C0411E813d2c
Octal53263771140101362017554
Binary101011101100111111111001100010000011111010000001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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