#2BB729

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

Shades of Lime Green #2BB729

Tints of Lime Green #2BB729

Color information

#2BB729 (or 0x2BB729) is unknown color: approx Lime Green. HEX triplet: 2B, B7 and 29. RGB value is (43,183,41). Sum of RGB (Red+Green+Blue) = 43+183+41=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 183 (71.88% from 255 or 68.54% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB729 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB729 is #D448D6. Grayscale: #7D7D7D. Windows color (decimal): -13912279 or 2733867. OLE color: 2733867.

HSL color Cylindrical-coordinate representation of color #2BB729: hue angle of 119.15º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BB729 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB4318341-
CMYK0.7700.780.28
HSL119.15º63.39%43.92%-
HSV(B)119.15º77.6%71.76%-
XYZ18.3334.547.8-
YUV124.9580.6269.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 183 (71.88% from 255) = 68.54%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=16.10%
G=68.54%
B=15.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43183410.7700.780.28119.1563.3943.92
Hex2BB7294D04E1C773f2c
Octal53267511150116341677754
Binary10101110110111101001100110101001110111001110111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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