#3EE130

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

Shades of Lime Green #3EE130

Tints of Lime Green #3EE130

Color information

#3EE130 (or 0x3EE130) is unknown color: approx Lime Green. HEX triplet: 3E, E1 and 30. RGB value is (62,225,48). Sum of RGB (Red+Green+Blue) = 62+225+48=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE130 is #C11ECF. Grayscale: #9C9C9C. Windows color (decimal): -12656336 or 3203390. OLE color: 3203390.

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

Color convert

RGB6222548-
CMYK0.7200.790.12
HSL115.25º74.68%53.53%-
HSV(B)115.25º78.67%88.24%-
XYZ29.4555.0911.88-
YUV156.086760.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 225 (88.28% from 255) = 67.16%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=18.51%
G=67.16%
B=14.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal62225480.7200.790.12115.2574.6853.53
Hex3EE1304804FC734b36
Octal763416011001171416311366
Binary11111011100001110000100100001001111110011100111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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