#2FBA2C

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

Shades of Lime Green #2FBA2C

Tints of Lime Green #2FBA2C

Color information

#2FBA2C (or 0x2FBA2C) is unknown color: approx Lime Green. HEX triplet: 2F, BA and 2C. RGB value is (47,186,44). Sum of RGB (Red+Green+Blue) = 47+186+44=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA2C is #D045D3. Grayscale: #808080. Windows color (decimal): -13649364 or 2931247. OLE color: 2931247.

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

Color convert

RGB4718644-
CMYK0.7500.760.27
HSL118.73º61.74%45.1%-
HSV(B)118.73º76.34%72.94%-
XYZ19.1935.98.3-
YUV128.2580.4570.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 186 (73.05% from 255) = 67.15%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=16.97%
G=67.15%
B=15.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47186440.7500.760.27118.7361.7445.1
Hex2FBA2C4B04C1B773e2d
Octal57272541130114331677655
Binary10111110111010101100100101101001100110111110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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