#3FD825

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

Shades of Lime Green #3FD825

Tints of Lime Green #3FD825

Color information

#3FD825 (or 0x3FD825) is unknown color: approx Lime Green. HEX triplet: 3F, D8 and 25. RGB value is (63,216,37). Sum of RGB (Red+Green+Blue) = 63+216+37=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD825 is #C027DA. Grayscale: #969696. Windows color (decimal): -12593115 or 2480191. OLE color: 2480191.

HSL color Cylindrical-coordinate representation of color #3FD825: hue angle of 111.28º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FD825 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB6321637-
CMYK0.7100.830.15
HSL111.28º70.75%49.61%-
HSV(B)111.28º82.87%84.71%-
XYZ26.9450.310.04-
YUV149.8564.3166.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.94%
GREEN value IS 216 (84.77% from 255) = 68.35%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=19.94%
G=68.35%
B=11.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal63216370.7100.830.15111.2870.7549.61
Hex3FD82547053F6f4732
Octal773304510701231715710762
Binary11111111011000100101100011101010011111111011111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,216,37); }

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

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

 a { background-color: rgb(63,216,37); }

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

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

 span { border-color: rgb(63,216,37); }

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