#2BAE3B

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

Shades of Lime Green #2BAE3B

Tints of Lime Green #2BAE3B

Color information

#2BAE3B (or 0x2BAE3B) is unknown color: approx Lime Green. HEX triplet: 2B, AE and 3B. RGB value is (43,174,59). Sum of RGB (Red+Green+Blue) = 43+174+59=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 174 (68.36% from 255 or 63.04% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAE3B is #D451C4. Grayscale: #7A7A7A. Windows color (decimal): -13914565 or 3911211. OLE color: 3911211.

HSL color Cylindrical-coordinate representation of color #2BAE3B: hue angle of 127.33º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE3B is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB4317459-
CMYK0.7500.660.32
HSL127.33º60.37%42.55%-
HSV(B)127.33º75.29%68.24%-
XYZ16.9231.19.25-
YUV121.7292.671.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 174 (68.36% from 255) = 63.04%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=15.58%
G=63.04%
B=21.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43174590.7500.660.32127.3360.3742.55
Hex2BAE3B4B042207f3c2b
Octal53256731130102401777453
Binary101011101011101110111001011010000101000001111111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,174,59); }

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

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

 a { background-color: rgb(43,174,59); }

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

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

 span { border-color: rgb(43,174,59); }

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