#3FDD1E

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

Shades of Lime Green #3FDD1E

Tints of Lime Green #3FDD1E

Color information

#3FDD1E (or 0x3FDD1E) is unknown color: approx Lime Green. HEX triplet: 3F, DD and 1E. RGB value is (63,221,30). Sum of RGB (Red+Green+Blue) = 63+221+30=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD1E is #C022E1. Grayscale: #989898. Windows color (decimal): -12591842 or 2022719. OLE color: 2022719.

HSL color Cylindrical-coordinate representation of color #3FDD1E: hue angle of 109.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FDD1E is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB6322130-
CMYK0.7100.860.13
HSL109.63º76.1%49.22%-
HSV(B)109.63º86.43%86.67%-
XYZ28.1452.869.95-
YUV151.9859.1564.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 221 (86.72% from 255) = 70.38%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=20.06%
G=70.38%
B=9.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal63221300.7100.860.13109.6376.149.22
Hex3FDD1E47056D6e4c31
Octal773353610701261515611461
Binary1111111101110111110100011101010110110111011101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FDD1E; }

 p { color: rgb(63,221,30); }

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

<style>
 a { background-color: #3FDD1E; }

 a { background-color: rgb(63,221,30); }

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

<style>
 span { border-color: #3FDD1E; }

 span { border-color: rgb(63,221,30); }

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