#3FE057

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

Shades of Lime Green #3FE057

Tints of Lime Green #3FE057

Color information

#3FE057 (or 0x3FE057) is unknown color: approx Lime Green. HEX triplet: 3F, E0 and 57. RGB value is (63,224,87). Sum of RGB (Red+Green+Blue) = 63+224+87=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE057 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE057 is #C01FA8. Grayscale: #A0A0A0. Windows color (decimal): -12591017 or 5759039. OLE color: 5759039.

HSL color Cylindrical-coordinate representation of color #3FE057: hue angle of 128.94º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE057 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB6322487-
CMYK0.7200.610.12
HSL128.94º72.2%56.27%-
HSV(B)128.94º71.88%87.84%-
XYZ30.4355.0618.04-
YUV160.2486.6658.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.84%
GREEN value IS 224 (87.89% from 255) = 59.89%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=16.84%
G=59.89%
B=23.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63224870.7200.610.12128.9472.256.27
Hex3FE0574803DC814838
Octal773401271100751420111070
Binary111111111000001010111100100001111011100100000011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,224,87); }

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

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

 a { background-color: rgb(63,224,87); }

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

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

 span { border-color: rgb(63,224,87); }

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