#2eff46

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

Shades of Lime Green #2EFF46

Tints of Lime Green #2EFF46

Color information

#2EFF46 (or 0x2EFF46) is unknown color: approx Lime Green. HEX triplet: 2E, FF and 46. RGB value is (46,255,70). Sum of RGB (Red+Green+Blue) = 46+255+70=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF46 is #D100B9. Grayscale: #ABABAB. Windows color (decimal): -13697210 or 4652846. OLE color: 4652846.

HSL color Cylindrical-coordinate representation of color #2EFF46: hue angle of 126.89º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF46 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB4625570-
CMYK0.8200.730
HSL126.89º100%59.02%-
HSV(B)126.89º81.96%100%-
XYZ37.9972.5417.79-
YUV171.4270.7638.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.40%
GREEN value IS 255 (100% from 255) = 68.73%
BLUE value IS 70 (27.73% from 255) = 18.87%
R=12.40%
G=68.73%
B=18.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal46255700.8200.730126.8910059.02
Hex2EFF465204907f643b
Octal563771061220111017714473
Binary101110111111111000110101001001001001011111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eff46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,255,70); }

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

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

 a { background-color: rgb(46,255,70); }

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

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

 span { border-color: rgb(46,255,70); }

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