#2FBA28

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

Shades of Lime Green #2FBA28

Tints of Lime Green #2FBA28

Color information

#2FBA28 (or 0x2FBA28) is unknown color: approx Lime Green. HEX triplet: 2F, BA and 28. RGB value is (47,186,40). Sum of RGB (Red+Green+Blue) = 47+186+40=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA28 is #D045D7. Grayscale: #808080. Windows color (decimal): -13649368 or 2669103. OLE color: 2669103.

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

Color convert

RGB4718640-
CMYK0.7500.780.27
HSL117.12º64.6%44.31%-
HSV(B)117.12º78.49%72.94%-
XYZ19.1135.887.92-
YUV127.7978.4570.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.22%
GREEN value IS 186 (73.05% from 255) = 68.13%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=17.22%
G=68.13%
B=14.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47186400.7500.780.27117.1264.644.31
Hex2FBA284B04E1B75412c
Octal572725011301163316510154
Binary101111101110101010001001011010011101101111101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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