#2FB728

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

Shades of Lime Green #2FB728

Tints of Lime Green #2FB728

Color information

#2FB728 (or 0x2FB728) is unknown color: approx Lime Green. HEX triplet: 2F, B7 and 28. RGB value is (47,183,40). Sum of RGB (Red+Green+Blue) = 47+183+40=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB728 is #D048D7. Grayscale: #7E7E7E. Windows color (decimal): -13650136 or 2668335. OLE color: 2668335.

HSL color Cylindrical-coordinate representation of color #2FB728: hue angle of 117.06º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FB728 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB4718340-
CMYK0.7400.780.28
HSL117.06º64.13%43.73%-
HSV(B)117.06º78.14%71.76%-
XYZ18.4934.627.72-
YUV126.0379.4471.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.41%
GREEN value IS 183 (71.88% from 255) = 67.78%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=17.41%
G=67.78%
B=14.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal47183400.7400.780.28117.0664.1343.73
Hex2FB7284A04E1C75402c
Octal572675011201163416510054
Binary101111101101111010001001010010011101110011101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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