#2fcc2b

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

Shades of Lime Green #2FCC2B

Tints of Lime Green #2FCC2B

Color information

#2FCC2B (or 0x2FCC2B) is unknown color: approx Lime Green. HEX triplet: 2F, CC and 2B. RGB value is (47,204,43). Sum of RGB (Red+Green+Blue) = 47+204+43=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 204 (80.08% from 255 or 69.39% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCC2B is #D033D4. Grayscale: #8B8B8B. Windows color (decimal): -13644757 or 2870319. OLE color: 2870319.

HSL color Cylindrical-coordinate representation of color #2FCC2B: hue angle of 118.51º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCC2B is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB4720443-
CMYK0.7700.790.2
HSL118.51º65.18%48.43%-
HSV(B)118.51º78.92%80%-
XYZ23.243.969.55-
YUV138.773.9962.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 204 (80.08% from 255) = 69.39%
BLUE value IS 43 (17.19% from 255) = 14.63%
R=15.99%
G=69.39%
B=14.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal47204430.7700.790.2118.5165.1848.43
Hex2FCC2B4D04F14774130
Octal573145311501172416710160
Binary101111110011001010111001101010011111010011101111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fcc2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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