#2BAE28

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

Shades of Lime Green #2BAE28

Tints of Lime Green #2BAE28

Color information

#2BAE28 (or 0x2BAE28) is unknown color: approx Lime Green. HEX triplet: 2B, AE and 28. RGB value is (43,174,40). Sum of RGB (Red+Green+Blue) = 43+174+40=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 174 (68.36% from 255 or 67.70% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAE28 is #D451D7. Grayscale: #777777. Windows color (decimal): -13914584 or 2666027. OLE color: 2666027.

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

Color convert

RGB4317440-
CMYK0.7500.770.32
HSL118.66º62.62%41.96%-
HSV(B)118.66º77.01%68.24%-
XYZ16.5230.947.11-
YUV119.5683.173.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 174 (68.36% from 255) = 67.70%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=16.73%
G=67.70%
B=15.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43174400.7500.770.32118.6662.6241.96
Hex2BAE284B04D20773f2a
Octal53256501130115401677752
Binary101011101011101010001001011010011011000001110111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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