#2EF03D

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

Shades of Lime Green #2EF03D

Tints of Lime Green #2EF03D

Color information

#2EF03D (or 0x2EF03D) is unknown color: approx Lime Green. HEX triplet: 2E, F0 and 3D. RGB value is (46,240,61). Sum of RGB (Red+Green+Blue) = 46+240+61=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF03D is #D10FC2. Grayscale: #A2A2A2. Windows color (decimal): -13701059 or 4059182. OLE color: 4059182.

HSL color Cylindrical-coordinate representation of color #2EF03D: hue angle of 124.64º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF03D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB4624061-
CMYK0.8100.750.06
HSL124.64º86.61%56.08%-
HSV(B)124.64º80.83%94.12%-
XYZ33.1363.2414.87-
YUV161.5971.2345.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.26%
GREEN value IS 240 (94.14% from 255) = 69.16%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=13.26%
G=69.16%
B=17.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46240610.8100.750.06124.6486.6156.08
Hex2EF03D5104B67d5738
Octal56360751210113617512770
Binary1011101111000011110110100010100101111011111011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,240,61); }

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

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

 a { background-color: rgb(46,240,61); }

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

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

 span { border-color: rgb(46,240,61); }

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