#2FB43C

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

Shades of Lime Green #2FB43C

Tints of Lime Green #2FB43C

Color information

#2FB43C (or 0x2FB43C) is unknown color: approx Lime Green. HEX triplet: 2F, B4 and 3C. RGB value is (47,180,60). Sum of RGB (Red+Green+Blue) = 47+180+60=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB43C is #D04BC3. Grayscale: #7E7E7E. Windows color (decimal): -13650884 or 3978287. OLE color: 3978287.

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

Color convert

RGB4718060-
CMYK0.7400.670.29
HSL125.86º58.59%44.51%-
HSV(B)125.86º73.89%70.59%-
XYZ18.3133.579.79-
YUV126.5590.4471.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.38%
GREEN value IS 180 (70.70% from 255) = 62.72%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=16.38%
G=62.72%
B=20.91%

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
Decimal47180600.7400.670.29125.8658.5944.51
Hex2FB43C4A0431D7e3b2d
Octal57264741120103351767355
Binary10111110110100111100100101001000011111011111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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