#3FD61D

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

Shades of Lime Green #3FD61D

Tints of Lime Green #3FD61D

Color information

#3FD61D (or 0x3FD61D) is unknown color: approx Lime Green. HEX triplet: 3F, D6 and 1D. RGB value is (63,214,29). Sum of RGB (Red+Green+Blue) = 63+214+29=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 214 (83.98% from 255 or 69.93% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD61D is #C029E2. Grayscale: #949494. Windows color (decimal): -12593635 or 1955391. OLE color: 1955391.

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

Color convert

RGB6321429-
CMYK0.7100.860.16
HSL108.97º76.13%47.65%-
HSV(B)108.97º86.45%83.92%-
XYZ26.3249.249.28-
YUV147.7660.9767.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 214 (83.98% from 255) = 69.93%
BLUE value IS 29 (11.72% from 255) = 9.48%
R=20.59%
G=69.93%
B=9.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal63214290.7100.860.16108.9776.1347.65
Hex3FD61D47056106d4c30
Octal773263510701262015511460
Binary11111111010110111011000111010101101000011011011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,214,29); }

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

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

 a { background-color: rgb(63,214,29); }

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

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

 span { border-color: rgb(63,214,29); }

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