#3FD134

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

Shades of Lime Green #3FD134

Tints of Lime Green #3FD134

Color information

#3FD134 (or 0x3FD134) is unknown color: approx Lime Green. HEX triplet: 3F, D1 and 34. RGB value is (63,209,52). Sum of RGB (Red+Green+Blue) = 63+209+52=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #3FD134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD134 is #C02ECB. Grayscale: #939393. Windows color (decimal): -12594892 or 3461439. OLE color: 3461439.

HSL color Cylindrical-coordinate representation of color #3FD134: hue angle of 115.8º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FD134 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB6320952-
CMYK0.7000.750.18
HSL115.8º63.05%51.18%-
HSV(B)115.8º75.12%81.96%-
XYZ25.4746.9110.96-
YUV147.4574.1367.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 209 (82.03% from 255) = 64.51%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=19.44%
G=64.51%
B=16.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal63209520.7000.750.18115.863.0551.18
Hex3FD1344604B12743f33
Octal77321641060113221647763
Binary11111111010001110100100011001001011100101110100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,209,52); }

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

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

 a { background-color: rgb(63,209,52); }

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

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

 span { border-color: rgb(63,209,52); }

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