#3EE141

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

Shades of Lime Green #3EE141

Tints of Lime Green #3EE141

Color information

#3EE141 (or 0x3EE141) is unknown color: approx Lime Green. HEX triplet: 3E, E1 and 41. RGB value is (62,225,65). Sum of RGB (Red+Green+Blue) = 62+225+65=352 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.61% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE141 is #C11EBE. Grayscale: #9E9E9E. Windows color (decimal): -12656319 or 4317502. OLE color: 4317502.

HSL color Cylindrical-coordinate representation of color #3EE141: hue angle of 121.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE141 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB6222565-
CMYK0.7200.710.12
HSL121.1º73.09%56.27%-
HSV(B)121.1º72.44%88.24%-
XYZ29.8755.2614.09-
YUV158.0275.559.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.61%
GREEN value IS 225 (88.28% from 255) = 63.92%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=17.61%
G=63.92%
B=18.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal62225650.7200.710.12121.173.0956.27
Hex3EE14148047C794938
Octal7634110111001071417111170
Binary111110111000011000001100100001000111110011110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,225,65); }

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

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

 a { background-color: rgb(62,225,65); }

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

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

 span { border-color: rgb(62,225,65); }

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