#2FDC2B

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

Shades of Lime Green #2FDC2B

Tints of Lime Green #2FDC2B

Color information

#2FDC2B (or 0x2FDC2B) is unknown color: approx Lime Green. HEX triplet: 2F, DC and 2B. RGB value is (47,220,43). Sum of RGB (Red+Green+Blue) = 47+220+43=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC2B is #D023D4. Grayscale: #949494. Windows color (decimal): -13640661 or 2874415. OLE color: 2874415.

HSL color Cylindrical-coordinate representation of color #2FDC2B: hue angle of 118.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDC2B is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB4722043-
CMYK0.7900.800.14
HSL118.64º71.66%51.57%-
HSV(B)118.64º80.45%86.27%-
XYZ27.251.9710.88-
YUV148.0968.6955.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.16%
GREEN value IS 220 (86.33% from 255) = 70.97%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=15.16%
G=70.97%
B=13.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal47220430.7900.800.14118.6471.6651.57
Hex2FDC2B4F050E774834
Octal573345311701201616711064
Binary10111111011100101011100111101010000111011101111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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