#2BBA2F

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

Shades of Lime Green #2BBA2F

Tints of Lime Green #2BBA2F

Color information

#2BBA2F (or 0x2BBA2F) is unknown color: approx Lime Green. HEX triplet: 2B, BA and 2F. RGB value is (43,186,47). Sum of RGB (Red+Green+Blue) = 43+186+47=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA2F is #D445D0. Grayscale: #7F7F7F. Windows color (decimal): -13911505 or 3127851. OLE color: 3127851.

HSL color Cylindrical-coordinate representation of color #2BBA2F: hue angle of 121.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBA2F is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB4318647-
CMYK0.7700.750.27
HSL121.68º62.45%44.9%-
HSV(B)121.68º76.88%72.94%-
XYZ19.0735.848.6-
YUV127.482.6267.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 186 (73.05% from 255) = 67.39%
BLUE value IS 47 (18.75% from 255) = 17.03%
R=15.58%
G=67.39%
B=17.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43186470.7700.750.27121.6862.4544.9
Hex2BBA2F4D04B1B7a3e2d
Octal53272571150113331727655
Binary10101110111010101111100110101001011110111111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,186,47); }

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

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

 a { background-color: rgb(43,186,47); }

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

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

 span { border-color: rgb(43,186,47); }

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