#2fb22b

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

Shades of Lime Green #2FB22B

Tints of Lime Green #2FB22B

Color information

#2FB22B (or 0x2FB22B) is unknown color: approx Lime Green. HEX triplet: 2F, B2 and 2B. RGB value is (47,178,43). Sum of RGB (Red+Green+Blue) = 47+178+43=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 178 (69.92% from 255 or 66.42% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB22B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB22B is #D04DD4. Grayscale: #7B7B7B. Windows color (decimal): -13651413 or 2863663. OLE color: 2863663.

HSL color Cylindrical-coordinate representation of color #2FB22B: hue angle of 118.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FB22B is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB4717843-
CMYK0.7400.760.30
HSL118.22º61.09%43.33%-
HSV(B)118.22º75.84%69.8%-
XYZ17.5332.627.66-
YUV123.4482.673.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.54%
GREEN value IS 178 (69.92% from 255) = 66.42%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=17.54%
G=66.42%
B=16.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal47178430.7400.760.30118.2261.0943.33
Hex2FB22B4A04C1E763d2b
Octal57262531120114361667553
Binary10111110110010101011100101001001100111101110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fb22b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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