#2EEF1E

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

Shades of Lime Green #2EEF1E

Tints of Lime Green #2EEF1E

Color information

#2EEF1E (or 0x2EEF1E) is unknown color: approx Lime Green. HEX triplet: 2E, EF and 1E. RGB value is (46,239,30). Sum of RGB (Red+Green+Blue) = 46+239+30=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 239 (93.75% from 255 or 75.87% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF1E is #D110E1. Grayscale: #9E9E9E. Windows color (decimal): -13701346 or 2027310. OLE color: 2027310.

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

Color convert

RGB4623930-
CMYK0.8100.870.06
HSL115.41º86.72%52.75%-
HSV(B)115.41º87.45%93.73%-
XYZ32.2362.4111.58-
YUV157.4756.0648.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 239 (93.75% from 255) = 75.87%
BLUE value IS 30 (12.11% from 255) = 9.52%
R=14.60%
G=75.87%
B=9.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46239300.8100.870.06115.4186.7252.75
Hex2EEF1E510576735735
Octal56357361210127616312765
Binary101110111011111111010100010101011111011100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,239,30); }

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

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

 a { background-color: rgb(46,239,30); }

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

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

 span { border-color: rgb(46,239,30); }

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