#2BB439

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

Shades of Lime Green #2BB439

Tints of Lime Green #2BB439

Color information

#2BB439 (or 0x2BB439) is unknown color: approx Lime Green. HEX triplet: 2B, B4 and 39. RGB value is (43,180,57). Sum of RGB (Red+Green+Blue) = 43+180+57=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 180 (70.70% from 255 or 64.29% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB439 is #D44BC6. Grayscale: #7D7D7D. Windows color (decimal): -13913031 or 3781675. OLE color: 3781675.

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

Color convert

RGB4318057-
CMYK0.7600.680.29
HSL126.13º61.43%43.73%-
HSV(B)126.13º76.11%70.59%-
XYZ18.0633.459.38-
YUV125.0289.6169.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.36%
GREEN value IS 180 (70.70% from 255) = 64.29%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=15.36%
G=64.29%
B=20.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43180570.7600.680.29126.1361.4343.73
Hex2BB4394C0441D7e3d2c
Octal53264711140104351767554
Binary10101110110100111001100110001000100111011111110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,180,57); }

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

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

 a { background-color: rgb(43,180,57); }

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

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

 span { border-color: rgb(43,180,57); }

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