#3FF842

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

Shades of Lime Green #3FF842

Tints of Lime Green #3FF842

Color information

#3FF842 (or 0x3FF842) is unknown color: approx Lime Green. HEX triplet: 3F, F8 and 42. RGB value is (63,248,66). Sum of RGB (Red+Green+Blue) = 63+248+66=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 248 (97.27% from 255 or 65.78% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF842 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF842 is #C007BD. Grayscale: #ACACAC. Windows color (decimal): -12584894 or 4388927. OLE color: 4388927.

HSL color Cylindrical-coordinate representation of color #3FF842: hue angle of 120.97º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF842 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB6324866-
CMYK0.7500.730.03
HSL120.97º92.96%60.98%-
HSV(B)120.97º74.6%97.25%-
XYZ36.668.5816.46-
YUV171.9468.2150.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.71%
GREEN value IS 248 (97.27% from 255) = 65.78%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=16.71%
G=65.78%
B=17.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal63248660.7500.730.03120.9792.9660.98
Hex3FF8424B0493795d3d
Octal773701021130111317113575
Binary1111111111100010000101001011010010011111110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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