#3EF12D

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

Shades of Lime Green #3EF12D

Tints of Lime Green #3EF12D

Color information

#3EF12D (or 0x3EF12D) is unknown color: approx Lime Green. HEX triplet: 3E, F1 and 2D. RGB value is (62,241,45). Sum of RGB (Red+Green+Blue) = 62+241+45=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF12D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF12D is #C10ED2. Grayscale: #A5A5A5. Windows color (decimal): -12652243 or 3010878. OLE color: 3010878.

HSL color Cylindrical-coordinate representation of color #3EF12D: hue angle of 114.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EF12D is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB6224145-
CMYK0.7400.810.05
HSL114.8º87.5%56.08%-
HSV(B)114.8º81.33%94.51%-
XYZ33.9264.1213.07-
YUV165.1460.254.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.82%
GREEN value IS 241 (94.53% from 255) = 69.25%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=17.82%
G=69.25%
B=12.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62241450.7400.810.05114.887.556.08
Hex3EF12D4A0515735838
Octal76361551120121516313070
Binary1111101111000110110110010100101000110111100111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,241,45); }

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

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

 a { background-color: rgb(62,241,45); }

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

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

 span { border-color: rgb(62,241,45); }

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