#2BAE2E

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

Shades of Lime Green #2BAE2E

Tints of Lime Green #2BAE2E

Color information

#2BAE2E (or 0x2BAE2E) is unknown color: approx Lime Green. HEX triplet: 2B, AE and 2E. RGB value is (43,174,46). Sum of RGB (Red+Green+Blue) = 43+174+46=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 174 (68.36% from 255 or 66.16% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAE2E is #D451D1. Grayscale: #787878. Windows color (decimal): -13914578 or 3059243. OLE color: 3059243.

HSL color Cylindrical-coordinate representation of color #2BAE2E: hue angle of 121.37º 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 #2BAE2E is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB4317446-
CMYK0.7500.740.32
HSL121.37º60.37%42.55%-
HSV(B)121.37º75.29%68.24%-
XYZ16.6330.987.69-
YUV120.2486.172.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.35%
GREEN value IS 174 (68.36% from 255) = 66.16%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=16.35%
G=66.16%
B=17.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43174460.7500.740.32121.3760.3742.55
Hex2BAE2E4B04A20793c2b
Octal53256561130112401717453
Binary101011101011101011101001011010010101000001111001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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