#2EEF4A

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

Shades of Lime Green #2EEF4A

Tints of Lime Green #2EEF4A

Color information

#2EEF4A (or 0x2EEF4A) is unknown color: approx Lime Green. HEX triplet: 2E, EF and 4A. RGB value is (46,239,74). Sum of RGB (Red+Green+Blue) = 46+239+74=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 239 (93.75% from 255 or 66.57% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF4A is #D110B5. Grayscale: #A2A2A2. Windows color (decimal): -13701302 or 4910894. OLE color: 4910894.

HSL color Cylindrical-coordinate representation of color #2EEF4A: hue angle of 128.7º degrees, saturation: 0.86, 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 #2EEF4A is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB4623974-
CMYK0.8100.690.06
HSL128.7º85.78%55.88%-
HSV(B)128.7º80.75%93.73%-
XYZ33.2362.8116.85-
YUV162.4878.0644.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.81%
GREEN value IS 239 (93.75% from 255) = 66.57%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=12.81%
G=66.57%
B=20.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46239740.8100.690.06128.785.7855.88
Hex2EEF4A510456815638
Octal563571121210105620112670
Binary101110111011111001010101000101000101110100000011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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