#3fd352

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

Shades of Lime Green #3FD352

Tints of Lime Green #3FD352

Color information

#3FD352 (or 0x3FD352) is unknown color: approx Lime Green. HEX triplet: 3F, D3 and 52. RGB value is (63,211,82). Sum of RGB (Red+Green+Blue) = 63+211+82=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD352 is #C02CAD. Grayscale: #989898. Windows color (decimal): -12594350 or 5428031. OLE color: 5428031.

HSL color Cylindrical-coordinate representation of color #3FD352: hue angle of 127.7º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD352 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB6321182-
CMYK0.7000.610.17
HSL127.7º62.71%53.73%-
HSV(B)127.7º70.14%82.75%-
XYZ26.8748.2515.88-
YUV152.0488.4764.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.70%
GREEN value IS 211 (82.81% from 255) = 59.27%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=17.70%
G=59.27%
B=23.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal63211820.7000.610.17127.762.7153.73
Hex3FD3524603D11803f36
Octal77323122106075212007766
Binary111111110100111010010100011001111011000110000000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fd352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,211,82); }

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

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

 a { background-color: rgb(63,211,82); }

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

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

 span { border-color: rgb(63,211,82); }

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