#2FFA43

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

Shades of Lime Green #2FFA43

Tints of Lime Green #2FFA43

Color information

#2FFA43 (or 0x2FFA43) is unknown color: approx Lime Green. HEX triplet: 2F, FA and 43. RGB value is (47,250,67). Sum of RGB (Red+Green+Blue) = 47+250+67=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA43 is #D005BC. Grayscale: #A8A8A8. Windows color (decimal): -13632957 or 4454959. OLE color: 4454959.

HSL color Cylindrical-coordinate representation of color #2FFA43: hue angle of 125.91º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA43 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB4725067-
CMYK0.8100.730.02
HSL125.91º95.31%58.24%-
HSV(B)125.91º81.2%98.04%-
XYZ36.3769.3816.79-
YUV168.4470.7541.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.91%
GREEN value IS 250 (98.05% from 255) = 68.68%
BLUE value IS 67 (26.56% from 255) = 18.41%
R=12.91%
G=68.68%
B=18.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal47250670.8100.730.02125.9195.3158.24
Hex2FFA435104927e5f3a
Octal573721031210111217613772
Binary1011111111101010000111010001010010011011111101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,250,67); }

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

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

 a { background-color: rgb(47,250,67); }

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

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

 span { border-color: rgb(47,250,67); }

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