#3fe12e

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

Shades of Lime Green #3FE12E

Tints of Lime Green #3FE12E

Color information

#3FE12E (or 0x3FE12E) is unknown color: approx Lime Green. HEX triplet: 3F, E1 and 2E. RGB value is (63,225,46). Sum of RGB (Red+Green+Blue) = 63+225+46=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE12E is #C01ED1. Grayscale: #9C9C9C. Windows color (decimal): -12590802 or 3072319. OLE color: 3072319.

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

Color convert

RGB6322546-
CMYK0.7200.800.12
HSL114.3º74.9%53.14%-
HSV(B)114.3º79.56%88.24%-
XYZ29.4755.111.67-
YUV156.1665.8361.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.86%
GREEN value IS 225 (88.28% from 255) = 67.37%
BLUE value IS 46 (18.36% from 255) = 13.77%
R=18.86%
G=67.37%
B=13.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63225460.7200.800.12114.374.953.14
Hex3FE12E48050C724b35
Octal773415611001201416211365
Binary11111111100001101110100100001010000110011100101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fe12e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,225,46); }

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

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

 a { background-color: rgb(63,225,46); }

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

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

 span { border-color: rgb(63,225,46); }

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