#2FB43B

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

Shades of Lime Green #2FB43B

Tints of Lime Green #2FB43B

Color information

#2FB43B (or 0x2FB43B) is unknown color: approx Lime Green. HEX triplet: 2F, B4 and 3B. RGB value is (47,180,59). Sum of RGB (Red+Green+Blue) = 47+180+59=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB43B is #D04BC4. Grayscale: #7E7E7E. Windows color (decimal): -13650885 or 3912751. OLE color: 3912751.

HSL color Cylindrical-coordinate representation of color #2FB43B: hue angle of 125.41º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB43B is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB4718059-
CMYK0.7400.670.29
HSL125.41º58.59%44.51%-
HSV(B)125.41º73.89%70.59%-
XYZ18.2833.569.65-
YUV126.4489.9471.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.43%
GREEN value IS 180 (70.70% from 255) = 62.94%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=16.43%
G=62.94%
B=20.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47180590.7400.670.29125.4158.5944.51
Hex2FB43B4A0431D7d3b2d
Octal57264731120103351757355
Binary10111110110100111011100101001000011111011111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,180,59); }

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

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

 a { background-color: rgb(47,180,59); }

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

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

 span { border-color: rgb(47,180,59); }

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