#2EF135

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

Shades of Lime Green #2EF135

Tints of Lime Green #2EF135

Color information

#2EF135 (or 0x2EF135) is unknown color: approx Lime Green. HEX triplet: 2E, F1 and 35. RGB value is (46,241,53). Sum of RGB (Red+Green+Blue) = 46+241+53=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF135 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF135 is #D10ECA. Grayscale: #A1A1A1. Windows color (decimal): -13700811 or 3535150. OLE color: 3535150.

HSL color Cylindrical-coordinate representation of color #2EF135: hue angle of 122.15º degrees, saturation: 0.87, 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 #2EF135 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB4624153-
CMYK0.8100.780.05
HSL122.15º87.44%56.27%-
HSV(B)122.15º80.91%94.51%-
XYZ33.2263.7513.92-
YUV161.2666.945.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.53%
GREEN value IS 241 (94.53% from 255) = 70.88%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=13.53%
G=70.88%
B=15.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46241530.8100.780.05122.1587.4456.27
Hex2EF1355104E57a5738
Octal56361651210116517212770
Binary1011101111000111010110100010100111010111110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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