#2FB43A

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

Shades of Lime Green #2FB43A

Tints of Lime Green #2FB43A

Color information

#2FB43A (or 0x2FB43A) is unknown color: approx Lime Green. HEX triplet: 2F, B4 and 3A. RGB value is (47,180,58). Sum of RGB (Red+Green+Blue) = 47+180+58=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB43A is #D04BC5. Grayscale: #7E7E7E. Windows color (decimal): -13650886 or 3847215. OLE color: 3847215.

HSL color Cylindrical-coordinate representation of color #2FB43A: hue angle of 124.96º 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 #2FB43A is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB4718058-
CMYK0.7400.680.29
HSL124.96º58.59%44.51%-
HSV(B)124.96º73.89%70.59%-
XYZ18.2633.559.52-
YUV126.3289.4471.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.49%
GREEN value IS 180 (70.70% from 255) = 63.16%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=16.49%
G=63.16%
B=20.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47180580.7400.680.29124.9658.5944.51
Hex2FB43A4A0441D7d3b2d
Octal57264721120104351757355
Binary10111110110100111010100101001000100111011111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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