#2BAF27

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

Shades of Lime Green #2BAF27

Tints of Lime Green #2BAF27

Color information

#2BAF27 (or 0x2BAF27) is unknown color: approx Lime Green. HEX triplet: 2B, AF and 27. RGB value is (43,175,39). Sum of RGB (Red+Green+Blue) = 43+175+39=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAF27 is #D450D8. Grayscale: #787878. Windows color (decimal): -13914329 or 2600747. OLE color: 2600747.

HSL color Cylindrical-coordinate representation of color #2BAF27: hue angle of 118.24º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BAF27 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB4317539-
CMYK0.7500.780.31
HSL118.24º63.55%41.96%-
HSV(B)118.24º77.71%68.63%-
XYZ16.6931.327.09-
YUV120.0382.2773.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 175 (68.75% from 255) = 68.09%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=16.73%
G=68.09%
B=15.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43175390.7500.780.31118.2463.5541.96
Hex2BAF274B04E1F76402a
Octal532574711301163716610052
Binary101011101011111001111001011010011101111111101101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,175,39); }

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

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

 a { background-color: rgb(43,175,39); }

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

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

 span { border-color: rgb(43,175,39); }

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