#3EF135

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

Shades of Lime Green #3EF135

Tints of Lime Green #3EF135

Color information

#3EF135 (or 0x3EF135) is unknown color: approx Lime Green. HEX triplet: 3E, F1 and 35. RGB value is (62,241,53). Sum of RGB (Red+Green+Blue) = 62+241+53=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 241 (94.53% from 255 or 67.70% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF135 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF135 is #C10ECA. Grayscale: #A6A6A6. Windows color (decimal): -12652235 or 3535166. OLE color: 3535166.

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

Color convert

RGB6224153-
CMYK0.7400.780.05
HSL117.13º87.04%57.65%-
HSV(B)117.13º78.01%94.51%-
XYZ34.0864.1913.96-
YUV166.0564.253.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.42%
GREEN value IS 241 (94.53% from 255) = 67.70%
BLUE value IS 53 (21.09% from 255) = 14.89%
R=17.42%
G=67.70%
B=14.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62241530.7400.780.05117.1387.0457.65
Hex3EF1354A04E575573a
Octal76361651120116516512772
Binary1111101111000111010110010100100111010111101011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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