#2FBA2B

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

Shades of Lime Green #2FBA2B

Tints of Lime Green #2FBA2B

Color information

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

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

Color convert

RGB4718643-
CMYK0.7500.770.27
HSL118.32º62.45%44.9%-
HSV(B)118.32º76.88%72.94%-
XYZ19.1735.98.2-
YUV128.1479.9570.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47186430.7500.770.27118.3262.4544.9
Hex2FBA2B4B04D1B763e2d
Octal57272531130115331667655
Binary10111110111010101011100101101001101110111110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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