#3FD542

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

Shades of Lime Green #3FD542

Tints of Lime Green #3FD542

Color information

#3FD542 (or 0x3FD542) is unknown color: approx Lime Green. HEX triplet: 3F, D5 and 42. RGB value is (63,213,66). Sum of RGB (Red+Green+Blue) = 63+213+66=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD542 is #C02ABD. Grayscale: #979797. Windows color (decimal): -12593854 or 4379967. OLE color: 4379967.

HSL color Cylindrical-coordinate representation of color #3FD542: hue angle of 121.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD542 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB6321366-
CMYK0.7000.690.16
HSL121.2º64.1%54.12%-
HSV(B)121.2º70.42%83.53%-
XYZ26.8349.0413.21-
YUV151.3979.8164.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.42%
GREEN value IS 213 (83.59% from 255) = 62.28%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=18.42%
G=62.28%
B=19.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal63213660.7000.690.16121.264.154.12
Hex3FD5424604510794036
Octal7732510210601052017110066
Binary1111111101010110000101000110010001011000011110011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,213,66); }

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

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

 a { background-color: rgb(63,213,66); }

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

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

 span { border-color: rgb(63,213,66); }

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